tidy up some formatting, use external css

This commit is contained in:
Ben Harris 2019-02-17 18:16:50 -05:00
parent 0eb05f0cac
commit d42a169ea7
Signed by untrusted user: ben
GPG Key ID: 4E0AF802FFF7960C
2 changed files with 56 additions and 33 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,30 +1,58 @@
<html>
<head>
<title>|--===TildeNIC ===--|</title>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="/css/hacker.css" rel="stylesheet">
</head>
<body>
<div class="container">
<center>|--===TildeNIC ===--|</center>
<br>
Its cool to host a zones records here, or, if you like, a delegation to your DNS servers can be done.
<br>
<br>
All domain names are first-come, first-served. Current tildes listed on <a href="https://tilde.team/wiki/?page=other-tildes" target="_blank">https://tilde.team/wiki/?page=other-tildes</a> get priority seating/reservation for the zones that match (ie, your.tilde, team.tilde, yourtilde.tilde, town.tilde, etc etc).
<br>
<br>
All .tilde DNS servers are listed on the <a href="https://tildegit.org/.tilde/.tilde/wiki/NS-List" target="_blank">NS List page</a>. You should be able to pick any of them, and they will just work. These name servers will also resolve regular domain names, and opennic names, and are suitable as personal use DNS servers.
<br>
<br>
Current(ish) status of the the .tilde name servers can be found here: <a href="https://yourtilde.com/~ubergeek/tildemon" target="_blank">https://yourtilde.com/~ubergeek/tildemon</a>
<br>
<br>
Contact ubergeek: <a href="mailto:ubergeek@yourtilde.com">ubergeek@yourtilde.com</a> or create a PR at <a href="https://tildegit.org/.tilde/.tilde" target="_blank">https://tildegit.org/.tilde/.tilde</a> to request a domain or delegation.
<br>
<br>
</div>
</body>
<head>
<title>|--===TildeNIC ===--|</title>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="https://tilde.team/css/hacker.css" rel="stylesheet" />
</head>
<body>
<div class="container">
<h2 class="text-center">
<a href="https://tildegit.org/.tilde/.tilde">|--===TildeNIC ===--|</a>
</h2>
<p>
Its cool to host a zones records here, or, if you like, a delegation
to your DNS servers can be done.
</p>
<p>
All domain names are first-come, first-served.
<a href="https://tilde.team/wiki/?page=other-tildes" target="_blank"
>Current tildes</a
>
get priority seating/reservation for the zones that match (ie,
your.tilde, team.tilde, yourtilde.tilde, town.tilde, etc etc).
</p>
<p>
All .tilde DNS servers are listed on the
<a
href="https://tildegit.org/.tilde/.tilde/wiki/NS-List"
target="_blank"
>NS List page</a
>. You should be able to pick any of them, and they will just work.
These name servers will also resolve regular domain names, and opennic
names, and are suitable as personal use DNS servers.
</p>
<p>
Current(ish) status of the the .tilde name servers can be found here:
<a href="https://yourtilde.com/~ubergeek/tildemon" target="_blank"
>https://yourtilde.com/~ubergeek/tildemon</a
>
</p>
<p>
Contact ubergeek:
<a href="mailto:ubergeek@yourtilde.com">ubergeek@yourtilde.com</a> or
create a PR at
<a href="https://tildegit.org/.tilde/.tilde" target="_blank"
>https://tildegit.org/.tilde/.tilde</a
>
to request a domain or delegation.
</p>
</div>
</body>
</html>