24 lines
581 B
HTML
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>
|