server-landing-pages/illya/illya.html
Sam Therapy 1bb0f98d53
Add Illya
Signed-off-by: Sam Therapy <sam@samtherapy.net>
2022-07-03 21:24:32 +02:00

28 lines
636 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>froth.zone Nameserver</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<link rel="shortcut icon" href="img/illyafishe.png" />
<link rel="stylesheet" href="theme.css" />
</head>
<body>
<img alt="Illya" src="img/illya.jpg" />
<br />
<br />
<footer>
<small>
<a href="https://git.froth.zone/sam/nameservers">
Source for the HTML/CSS
</a>
<small>
<br />Contact <a href="https://froth.zone/sam">Sam</a> if you want to
use this nameserver as your own.
</small>
</small>
</footer>
</body>
</html>