index.html - Deus Lab - dApp
  1. <!doctype html>
  2. <html>

  3.   <head>
  4.     <title>Work in progress...</title>
  5.     <link href="styles/style.css" rel="stylesheet">
  6.     <!-- We're working full time -->
  7.   </head>

  8.   <body>
  9.     <h1>Coming soon...</h1>
  10.     <!-- It's 90% done -->
  11.     <script src="scripts/script.js></script>
  12.   </body>

  13. </html>