lasthourhosting/free-dns.html
2024-03-18 16:54:46 -07:00

96 lines
3.4 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Free anycast DNS | Last Hour Hosting</title>
<meta
name="description"
content="Free DNS is a top-tier open-source anycast DNS service, operating across numerous servers in various locations, ensuring optimal performance. Last Hour Hosting guarantees that this service will continue to be offered at no charge. "
/>
<meta name="author" content="Shiloh" />
<meta property="og:title" content="Last Hour Hosting" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.lasthourhosting.org" />
<meta property="og:description" content="" />
<meta property="og:image" content="" />
<link rel="icon" href="./assets/favicon.ico" />
<link rel="icon" href="./assets/" type="image/svg+xml" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
<link rel="stylesheet" href="css/styles.css?v=1.0" />
<meta
http-equiv="Content-Security-Policy"
content="script-src 'self' https://code.jquery.com/jquery-3.7.1.min.js; style-src 'self'; object-src 'none'; frame-src 'self'; base-uri 'self'; font-src 'self'; img-src 'self' https://cdn.lasthourhosting.org/; "
/>
<script
src="https://code.jquery.com/jquery-3.7.1.min.js"
integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo="
crossorigin="anonymous"
></script>
<script src="./js/main.js"></script>
</head>
<body>
<header id="header"></header>
<main>
<div class="flex-column">
<h1>Free DNS</h1>
<p>
Free DNS is a top-tier open-source anycast DNS service, operating
across numerous servers in various locations, ensuring optimal
performance. Last Hour Hosting guarantees that this service will
continue to be offered at no charge.
</p>
<a
class="button-3"
role="button"
href="https://my.lasthourhosting.org/order/free-dns"
>Create Account</a
>
<div class="flex-row">
<div class="flex-container bg-one">
<h2>What's the cost?</h2>
<p>
Last Hour Hosting offers this service free of charge, without any
binding warranties or commitments for you or us. By registering a
user, you gain access to use Free DNS for your domains. You
maintain complete control over any domain you enroll in the Free
DNS service, and this comprehensive access is available at no
cost.
</p>
</div>
<div class="flex-container bg-one">
<h2>Currently Available</h2>
<ul>
<li>A records</li>
<li>AAAA records</li>
<li>CNAME records</li>
<li>MX records</li>
<li>TXT records</li>
<li>DS records</li>
<li>SPF records</li>
</ul>
</div>
<div class="flex-container bg-one">
<h2>Overview</h2>
<ul>
<li>Solid Uptime</li>
<li>Anycast</li>
<li>As many zones as you like, no limits.</li>
</ul>
</div>
</div>
</div>
</main>
<div id="message"></div>
<footer id="footer"></footer>
</body>
</html>