Build index.html, create nav-component, add colors and handlebar-plugin to config

This commit is contained in:
Tobias Hilfiker
2022-12-07 15:49:40 +01:00
parent 2cd94aceac
commit a4f4be4761
15 changed files with 2300 additions and 27 deletions

View File

@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Spirit of Curling</title>
</head>
<body class="bg-primary">
{{> nav spiritActive=true}}
<h1 class="flex justify-center">Spirit of Curling</h1> <!--todo refine the positioning of text on page-->
<script type="module" src="/main.js"></script>
</body>
</html>