Skip to content
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
wdhdev authored Jan 1, 2024
1 parent b30b11f commit b3091fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ <h3 class="inline font-bold text-3xl"><span class="typed"></span></h3>
</div>

<main>
<p><a class="border-b font-bold hover:border-none" href="https://github.com/free-domains/register">Free Domains</a> is a service where you can register subdomains for free. Our service offers the opportunity to register subdomains such as <code class="bg-slate-700 py-1 px-2 rounded text-sm">foo.is-a-backend.dev</code>, <code class="bg-slate-700 py-1 px-2 rounded text-sm">bar.is-a-frontend.dev</code> or <code class="bg-slate-700 py-1 px-2 rounded text-sm">foo.is-a-fullstack.dev</code> for use with A, AAAA, CNAME and TXT records.</p>
<p><a class="border-b font-bold hover:border-none" href="https://github.com/free-domains/register">Free Domains</a> is a service where you can register subdomains for free. Our service offers the opportunity to register subdomains such as <code class="bg-slate-700 py-1 px-2 rounded text-sm">foo.is-a-fullstack.dev</code> or <code class="bg-slate-700 py-1 px-2 rounded text-sm">bar.is-a-fullstack.dev</code> for use with A, AAAA, CNAME, MX and TXT records.</p>

<br>

Expand All @@ -62,7 +62,7 @@ <h3 class="inline font-bold text-3xl"><span class="typed"></span></h3>

<script>
var typed = new Typed(".typed", {
strings: ["foo.is-a-backend.dev", "bar.is-a-frontend.dev", "foo.is-a-fullstack.dev"],
strings: ["foo.is-a-fullstack.dev", "bar.is-a-fullstack.dev"],
typeSpeed: 120,
smartBackspace: false,
loop: true
Expand Down

0 comments on commit b3091fe

Please sign in to comment.