shi/templates/mainindex.html.template

16 lines
911 B
Plaintext
Executable File

<html>
<body bgcolor="black" style="position: fixed; width: 100%; overflow-y: scroll; overflow: hidden;">
<p style="color: #040404; font-family: monospace; font-size:2.4vmin; position: absolute; z-index:-1;">
</p>
<div style="padding-top: 12.5%;text-align:center;">
<h1 style="color: white;font-family: monospace;width: auto;">shi - an imageboard for nobody</h1>
<a style="color: white;font-family: monospace; font-size:15px;" href=./boards/[board name]/index.html>[board name]/</a>
<br>
<br>
<a style="color: white;font-family: monospace; font-size:15px;" href=./boards/[other board name]/index.html>[other board name]</a>
</div>
<p style="color:white;font-family:monospace;text-align:center;padding-top:25%"> powered by bash and the gnu coreutils</p>
<p style="color:white;font-family:monospace;text-align:center;"> shi is online.</p>
</body>
</html>