Merge branch 'remote-css' of tildeverse/tildenic.org into master

This commit is contained in:
deepend 2019-02-26 11:11:12 -05:00 committed by Gitea
commit 764b098d7c
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> <html>
<head> <head>
<title>|--===TildeNIC ===--|</title> <title>|--===TildeNIC ===--|</title>
<meta charset="UTF-8"> <meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="/css/hacker.css" rel="stylesheet"> <link href="https://tilde.team/css/hacker.css" rel="stylesheet" />
</head> </head>
<body> <body>
<div class="container"> <div class="container">
<center>|--===TildeNIC ===--|</center> <h2 class="text-center">
<br> <a href="https://tildegit.org/.tilde/.tilde">|--===TildeNIC ===--|</a>
Its cool to host a zones records here, or, if you like, a delegation to your DNS servers can be done. </h2>
<br>
<br> <p>
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). Its cool to host a zones records here, or, if you like, a delegation
<br> to your DNS servers can be done.
<br> </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.
<br> <p>
<br> All domain names are first-come, first-served.
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> <a href="https://tilde.team/wiki/?page=other-tildes" target="_blank"
<br> >Current tildes</a
<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. get priority seating/reservation for the zones that match (ie,
<br> your.tilde, team.tilde, yourtilde.tilde, town.tilde, etc etc).
<br> </p>
</div>
</body> <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> </html>