server-landing-pages/rin/rin.html
Sam Therapy ab33219b13
one last time
Signed-off-by: Sam Therapy <sam@samtherapy.net>
2022-06-11 15:39:32 +02:00

28 lines
630 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/rinfishe.png" />
<link rel="stylesheet" href="theme.css" />
</head>
<body>
<img alt="Rin" src="img/rin.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>