/ app / index.html
index.html
 1  <html>
 2    <head>
 3      <title>Embark</title>
 4      <link rel="stylesheet" href="css/app.css">
 5      <script src="js/app.js"></script>
 6    </head>
 7    <body>
 8      <h3>Welcome to Embark!</h3>
 9      <p>See the <a href="http://embark.readthedocs.io/en/latest/index.html" target="_blank">Embark's documentation</a> to see what you can do with Embark!</p>
10    </body>
11  </html>