Add stub script and move js/css to static folder
This commit is contained in:
parent
80baf53681
commit
ab5427dca2
3 changed files with 4 additions and 1 deletions
0
static/script.js
Normal file
0
static/script.js
Normal 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 }}
|
||||
|
|
Loading…
Reference in a new issue