fully implement new header

This commit is contained in:
kittentm 2026-02-01 04:57:59 +01:00
commit 788e23d190
9 changed files with 390 additions and 189 deletions

View file

@ -10,6 +10,9 @@
<link rel="stylesheet" href="policy.css" />
</head>
<body>
<div class="header">
<img src="/assets/SplatNetLogo.png" class="logo" alt="SplatNet Logo" />
</div>
<div id="squid-container">
<canvas id="squid-canvas" width="1920" height="1080"></canvas>
</div>
@ -85,7 +88,5 @@
</div>
</div>
<script src="policy.js"></script>
</body>
</html>