/ app / index.html
index.html
 1  <html>
 2    <head>
 3      <title>DReddit - A decentralized Reddit built with Embark</title>
 4      <link rel="stylesheet" href="css/app.css">
 5    </head>
 6    <body>
 7      <div id="root"></div>
 8      <script src="js/app.js"></script>
 9    </body>
10  </html>