everypizza.im-2/site/index.html
Nyx 4b92d6ae07 actually make the new site
wait why was this in a seperate repo
2025-02-10 18:50:36 -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>