welcome page

This commit is contained in:
2020-01-25 22:56:59 +01:00
parent 62f05ba9fb
commit 6f75065b9c
9 changed files with 84 additions and 15 deletions

View File

@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
{% include head.html %}
<body>
<div class="screen">
<div class="screen-image"></div>
<div class="screen-content crt">
<!-- page content -->
<div class="welcome">
{{content}}
<!-- nav -->
{% include nav.html %}
</div>
</div>
</div>
</body>
</html>