lukassmida
5/14/2015 - 8:47 PM

Example index.html template

Example index.html template

<!doctype html>
<html lang="">
  <head>
    <meta charset="utf-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="description" content="">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title></title>
    <!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
    <link rel="stylesheet" href="path/to/main.css">
  </head>
  <body>
    <p>Hello world!</p>
    <script src="path/to/main.js"></script>
  </body>
</html>