servnest/nic/index.php

14 lines
494 B
PHP
Raw Normal View History

2021-01-22 21:58:46 +01:00
<?php include "../top.inc.php"; ?>
<p>
Ce site a pour but de permettre la création de sous-domaines d'atope.art par n'importe qui.
<br>
<a class="nicButton" href="register">Enregitrer un nouveau nom de domaine</a>
2021-01-25 13:39:31 +01:00
<br>
<a class="nicButton" href="ns">NS (Name Server)</a>
2021-01-22 21:58:46 +01:00
<br>
<a class="nicButton" href="glue">Glue Record</a>
2021-01-22 21:58:46 +01:00
<br>
<a class="nicButton" href="ds">DS (Delegation Signer)</a>
2021-01-22 21:58:46 +01:00
</p>
<?php include "../bottom.inc.php"; ?>