index.html - Deus Lab - dApp
<!
doctype html
>
<
html
>
<
head
>
<
title
>
Work in progress...
<
/title
>
<
link
href
=
"styles/style.css"
rel
=
"stylesheet"
>
<!-- We're working full time -->
</
head
>
<
body
>
<
h1
>
Coming soon...
<
/h1
>
<!-- It's 90% done -->
<
script
src
=
"scripts/script.js
></
script
>
</
body
>
</
html
>