Add stub script and move js/css to static folder

This commit is contained in:
Hamcha 2019-06-14 11:55:29 +02:00
parent 80baf53681
commit ab5427dca2
Signed by: hamcha
GPG Key ID: A40413D21021EAEE
3 changed files with 4 additions and 1 deletions

0
static/script.js Normal file
View File

View File

@ -3,10 +3,13 @@
<head>
<title>{{ .Title }}</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="static/style.css">
<script src="static/script.js" defer></script>
</head>
<body>
<nav class="topbar">
</nav>
<main>
<header class="credits">
{{ .Credits | toCredits }}