Files
panicanparty.net/site/default.html
Tyler Clarke 90929170cb
All checks were successful
Build / Build-Docker-Image (push) Successful in 43s
LOGOOOOO
2025-04-28 10:24:57 -04:00

16 lines
422 B
HTML

[?]
[#config.stx]
<!DOCTYPE html>
<html>
<head>
<title>The Panican Party</title>
<link rel="stylesheet" href="[^baseurl]/main.css" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="[^baseurl]/res/logo-darkenwheelen.png" />
</head>
<body>
[#content]
<script src="[^baseurl]/scrolly.js"></script>
</body>
</html>