This commit is contained in:
33
output/index.html
Executable file
33
output/index.html
Executable 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>
|
||||
Reference in New Issue
Block a user