internal/static: Bundle resources automatically

This commit is contained in:
Tom Wiesing 2022-10-06 16:38:17 +02:00
parent 9ada07ce70
commit 464b1bf5dd
No known key found for this signature in database
27 changed files with 1503 additions and 28 deletions

View file

@ -1,5 +1,8 @@
<!DOCTYPE html>
<link rel="stylesheet" href="/static/home/home.css">
<link rel="stylesheet" href="/static/autolink/autolink.css">
<title>WissKI Distillery</title>
<h1>WissKI Distillery</h1>
@ -19,7 +22,9 @@
{{ end }}
</div>
<hr />
<footer>
Generated at <code>{{ .Time }}</code>
</footer>
<script src="/static/autolink/autolink.js"></script>
<script src="/static/home/home.js"></script>