s1eepercat
10/3/2019 - 12:40 PM

Empty html

<!DOCTYPE html>
<html>
<head>
  <title>Title</title>
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
  <header>
    <h1>Title <i>Bold</i> Text</h1>
  </header>
  <section>
    <div class="container">
    </div>
  </section>
  <script type="text/javascript" src="script.js"></script>
</body>
</html>