everypizza.im/site/index.html
nyx 3e656abe1e add logo, try to make fonts work
Signed-off-by: nyx <me@everypizza.im>
2025-02-11 22:16:26 -06:00

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>