36 lines
1.1 KiB
HTML
36 lines
1.1 KiB
HTML
<!DOCTYPE html>
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>everypizza.im</title>
|
|
<link rel="stylesheet" href="index.css">
|
|
</head>
|
|
|
|
<body>
|
|
<div class="center">
|
|
<picture>
|
|
<source srcset="assets/logo.svg" media="(prefers-color-scheme: light)"/>
|
|
<source srcset="assets/logo.dark.svg" media="(prefers-color-scheme: dark)"/>
|
|
<img src="assets/logo.svg"/>
|
|
</picture>
|
|
<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">Contact</a>
|
|
<a class="button" href="rules">Rules</a>
|
|
<a class="button" href="sysinfo">System Info</a>
|
|
<a class="button button-white" href="services">Services →</a>
|
|
<br>
|
|
<small>
|
|
Design is heavily inspired by <a class="link" href="https://telepath.im/">telepath.im</a>.
|
|
</small>
|
|
</div>
|
|
</body>
|