everypizza.im/site/index.html
nyx 73c68e0b72 System info
By now, we have all of the old root site.

Signed-off-by: nyx <me@everypizza.im>
2025-02-10 19:22:44 -06:00

29 lines
792 B
HTML

<!DOCTYPE html>
<head>
<title>everypizza.im</title>
<link rel="stylesheet" href="index.css">
</head>
<body>
<div class="center">
<h2>
Welcome!
</h2>
<p>
These are some services we host. <br>
<small>
Any of them may go down at any time.
</small>
</p>
<br>
<a class="button" href="contact.html">Contact</a>
<a class="button" href="rules.html">Rules</a>
<a class="button" href="sysinfo.html">System Info</a>
<a class="button button-white" href="services.html">Services →</a>
<br>
<small>
Design is heavily inspired by <a class="link" href="https://telepath.im/">telepath.im</a>.
</small>
</div>
</body>