2024-10-03 13:01:10 +10:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
2024-10-03 14:06:42 +10:00
|
|
|
<title>HS-Anyone | Nathan.Woodburn/</title>
|
2024-10-03 13:01:10 +10:00
|
|
|
<link rel="icon" href="/assets/img/favicon.png" type="image/png">
|
|
|
|
<link rel="stylesheet" href="/assets/css/index.css">
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
2024-10-03 15:33:08 +10:00
|
|
|
<div class="header">
|
|
|
|
<div class="logo">
|
|
|
|
<img src="/assets/img/favicon.png" alt="Woodburn" width="50" height="50">
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
2024-10-03 13:01:10 +10:00
|
|
|
<div class="spacer"></div>
|
|
|
|
<div class="centre">
|
2024-10-03 14:06:42 +10:00
|
|
|
<h2 style="color: red;">{{error}}</h2>
|
2024-10-03 14:17:50 +10:00
|
|
|
<h2 style="color: green;">{{message}}</h2>
|
2024-10-03 14:06:42 +10:00
|
|
|
|
|
|
|
<h1>Renew an anyone can renew domain</h1>
|
|
|
|
<p>This is a service to help anyone renew a domain name.</p>
|
|
|
|
<p>To renew a domain name, you will need to enter the domain below. You will be redirected to pay 10 HNS to cover the cost of the renewal.</p>
|
|
|
|
<form action="/renew" method="POST">
|
|
|
|
<input type="text" name="domain" placeholder="exampledomain">
|
|
|
|
<button type="submit">Renew</button>
|
|
|
|
</form>
|
2024-10-03 13:01:10 +10:00
|
|
|
</div>
|
2024-10-03 15:33:08 +10:00
|
|
|
<div class="footer">
|
|
|
|
<a href="https://nathan.woodburn.au" target="_blank">Nathan.Woodburn/</a>
|
|
|
|
</div>
|
2024-10-03 13:01:10 +10:00
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|