PANIC!
All checks were successful
Build / Build-Docker-Image (push) Successful in 43s

This commit is contained in:
2025-04-27 21:28:43 -04:00
commit 037d5cf1f0
37 changed files with 1183 additions and 0 deletions

33
output/index.html Executable file
View File

@@ -0,0 +1,33 @@
<!DOCTYPE html>
<html>
<head>
<title>The Panican Party</title>
<link rel="stylesheet" href="http://localhost:8060/main.css" />
</head>
<body>
<div id="leadbox" class="scrolly-box">
<h1>make america <span class="panicyellow">PANIC</span> again.</h1>
<img id="godown" src="http://localhost:8060/res/godown.svg" />
</div>
<div>
<img src="http://localhost:8060/res/trump.jpg" class="trump-panican-tweet"/>
</div>
<div>
<h2>The Panican Party</h2>
<ul>
<li>Welcome to our new party.</li>
<li>Based on weak and stupid people.</li>
<li>We are not strong. We are not courageous.</li>
<li class="panicyellow">We are panicking.</li>
</ul>
</div>
<script src="http://localhost:8060/scrolly.js"></script>
</body>
</html>