29 lines
792 B
HTML
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>
|