Skip to content

Commit 052d336

Browse files
authored
Update available.html
1 parent bcdc91b commit 052d336

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

available.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
<h1>Available Domain</h1>
2222
<p>The subdomain <span id="subdomain"></span>.is-a.dev is available for registration!</p>
2323

24+
<a href="/">Return to the homepage to learn more.</a>
25+
2426
<script async type="text/javascript"
2527
src="//cdn.carbonads.com/carbon.js?serve=CW7DE2JU&placement=is-adev&format=cover"
2628
id="_carbonads_js"></script>
2729

28-
<a href="/">Return to the homepage to learn more.</a>
29-
3030
<script>
3131
const params = new URLSearchParams(window.location.search);
3232
const subdomain = params.get("d");

0 commit comments

Comments
 (0)