Files
panicanparty.net/output/index.html
Tyler Clarke 037d5cf1f0
All checks were successful
Build / Build-Docker-Image (push) Successful in 43s
PANIC!
2025-04-27 21:28:43 -04:00

33 lines
882 B
HTML
Executable File

<!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>