All articles

Empty template (boilerplate)

Category:
<!DOCTYPE HTML>
<html lang="en">

<head>
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <meta charset="utf-8"/>
  <title>Title Ipsum</title>
  <meta name="description" content="Description ipsum."/>
  <meta name="keywords" content="lorem, ipsum, foo, bar"/>
  <!--- JS ------------------>
  <script src="test.js"></script>
  <script src="test2.js"></script>
  <!--- JQUERY -------------->
  <!-- <script src="https://code.jquery.com/jquery-2.1.4.min.js"></script> -->
  <!--- CSS ----------------->
  <!-- <link rel="stylesheet" href="styles.css"> -->
</head>

<body>
  <header>
  </header>
  <main>
    <section>
    </section>
    <section>
    </section>
  </main>
  <footer>
  </footer>
</body>

</html>