everypizza.im/site/index.html
2025-02-10 18:54:57 -06:00

24 lines
581 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 button-white" href="services.html">Services →</a>
</div>
</body>