diff options
author | Bradley Taunt <bt@btxx.org> | 2024-02-11 16:45:01 -0500 |
---|---|---|
committer | Bradley Taunt <bt@btxx.org> | 2024-02-11 16:45:01 -0500 |
commit | 3c43241df609a5331318a1fc303c92a321daf454 (patch) | |
tree | 20ff877d2628a55e779f5bb4d4197e7de3d387f3 /build/domains/index.html | |
parent | bf47eed41503b73ea47e66ab87e1cd4c07d1f481 (diff) |
Include new category and provider
Diffstat (limited to 'build/domains/index.html')
-rw-r--r-- | build/domains/index.html | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/build/domains/index.html b/build/domains/index.html new file mode 100644 index 0000000..d48b094 --- /dev/null +++ b/build/domains/index.html @@ -0,0 +1,49 @@ +<!doctype html> +<html lang="en"> +<head> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + <link rel="icon" href="data:,"> + <title>Domain Registrars</title> + <link href="https://jsfree.org/atom.xml" type="application/atom+xml" rel="alternate" title="Atom feed for blog posts" /> + <style>*{box-sizing:border-box;}body{font-family:sans-serif;line-height:1.33;margin:0 auto;max-width:650px;padding:1rem;}img{max-width:100%;}pre{overflow:auto;}abbr{background:yellow;color:blue;cursor:help;}nav a.menu{float:right;}.logo{display:block;max-width:60px;}</style> +</head> + +<nav> + <a class="menu" href="#menu">Menu ↓</a> + <a href="/"><img class="logo" src="/public/images/jsfree-logo.jpg" alt="jsfree logo"></a> +</nav> + +<main> +<h1>Domain Registrars</h1> +<p>This page is a collection of domain registrar providers that work without JavaScript.</p> +<p><dl> + <dt><a href="https://nic.eu.org/">EU.org</a></dt> + <dd>Providing free subdomain registration to users or non-profit organizations who cannot afford the fees demanded by some NICs</dd> +</dl></p> +<footer role="contentinfo"> + <br> + <hr> + <p>→ <a href="https://git.btxx.org/jsfree">Help edit or improve this project</a>.</p> + <hr> + <h2 id="menu">Menu Navigation</h2> + <ul> + <li><a href="/">Home</a></li> + <li><a href="/browsers">Browsers</a></li> + <li><a href="/code-forges">Code Forges</a></li> + <li><a href="/domains">Domain Registrars</a></li> + <li><a href="/email">Email</a></li> + <li><a href="/forums">Forums</a></li> + <li><a href="/games">Games</a></li> + <li><a href="/search-engines">Search Engines</a></li> + <li><a href="/social-media">Social Media</a></li> + <li><a href="/storage">Storage</a></li> + <li><a href="/video">Video</a></li> + <li><a href="/web-hosting">Web Hosting</a></li> + </ul> + <small> + Built with <a href="https://git.sr.ht/~bt/barf">barf</a>. <br> + Hosted on <a href="https://nearlyfreespeech.net">NearlyFreeSpeech.net</a>. <br> + The <a href="https://git.sr.ht/~bt/jsfree.org">code for this site</a> is <a href="https://git.sr.ht/~bt/jsfree.org/tree/master/item/LICENSE">MIT</a>. + </small> +</footer>
\ No newline at end of file |