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>
|
<head>
|
||||||
<title>{{ .Title }}</title>
|
<title>{{ .Title }}</title>
|
||||||
<link rel="stylesheet" href="style.css">
|
<link rel="stylesheet" href="static/style.css">
|
||||||
|
<script src="static/script.js" defer></script>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
<nav class="topbar">
|
||||||
|
</nav>
|
||||||
<main>
|
<main>
|
||||||
<header class="credits">
|
<header class="credits">
|
||||||
{{ .Credits | toCredits }}
|
{{ .Credits | toCredits }}
|
||||||
|
|
Loading…
Reference in a new issue