We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcdc91b commit 052d336Copy full SHA for 052d336
available.html
@@ -21,12 +21,12 @@
21
<h1>Available Domain</h1>
22
<p>The subdomain <span id="subdomain"></span>.is-a.dev is available for registration!</p>
23
24
+ <a href="/">Return to the homepage to learn more.</a>
25
+
26
<script async type="text/javascript"
27
src="//cdn.carbonads.com/carbon.js?serve=CW7DE2JU&placement=is-adev&format=cover"
28
id="_carbonads_js"></script>
29
- <a href="/">Return to the homepage to learn more.</a>
-
30
<script>
31
const params = new URLSearchParams(window.location.search);
32
const subdomain = params.get("d");
0 commit comments