feat(credits): credits on all pages

This commit is contained in:
Anhgelus Morhtuuzh 2024-11-09 22:58:32 +01:00
parent 892858567f
commit a47b7fa697
No known key found for this signature in database
GPG key ID: CAD341EFA92DDDE5
3 changed files with 17 additions and 133 deletions

View file

@ -11,6 +11,10 @@
</head>
<body>
{{template "body" .Data}}
<div class="credits">
<p>Crafted by <a href="https://www.anhgelus.world/" target="_blank">Anhgelus Morhtuuzh</a></p>
<p><a href="/legal">Legal information</a></p>
</div>
<script type="module" src="{{getAssetPath "index.js"}}" defer></script>
</body>
</html>