27 lines
636 B
HTML
27 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/saberfishe.png" />
|
|
<link rel="stylesheet" href="theme.css" />
|
|
</head>
|
|
|
|
<body>
|
|
<img alt="Saber" src="img/saber.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>
|