This commit is contained in:
Never Gude 2026-02-21 02:07:03 +01:00
parent cf93279141
commit 6096df6978
21 changed files with 201 additions and 165 deletions

View file

@ -38,7 +38,7 @@ $endif$
$for(include-before)$
$include-before$
$endfor$
<canvas id="tv-screen"></canvas>
<img id="shork" src="images/shork.png"></img>
<header id="page-header">
<a class="page-header-button" href="index.html">Home</a>
<a class="rss-button" href="rss.xml">RSS Feed</a>
@ -114,4 +114,5 @@ $for(include-after)$
$include-after$
$endfor$
</body>
<script src="scripts/shork.js"></script>
</html>