mirror of
https://github.com/tiennm99/is-a-good-dev.git
synced 2026-09-04 10:16:48 +00:00
add custom redirect links
This commit is contained in:
+3
-3
@@ -11,13 +11,13 @@
|
||||
</head>
|
||||
<body class="bg-bg">
|
||||
<div class="flex flex-col w-7/12 mx-auto bg-bg-accent rounded mt-12 text-text p-12">
|
||||
<h1 class="text-4xl text-center"><a class="hover:underline underline-offset-4" href="https://github.com/is-a-good-dev/register">yourname</a>.is-a-good.dev</h1>
|
||||
<h1 class="text-4xl text-center"><a class="hover:underline underline-offset-4" href="https://redirect.is-a-good.dev/header-register">yourname</a>.is-a-good.dev</h1>
|
||||
<span class="mt-12 w-8/12 flex place-self-center">
|
||||
is-a-good.dev is an open source project providing free subdomains for developers around the world. Our service allows you to get your very own is-a-good.dev domain for free. To get yours follow the instructions found on our documentation.
|
||||
</span>
|
||||
<div class="flex flex-row place-self-center mt-6">
|
||||
<a class="text-lg px-5 py-2 w-8/12 bg-bg mx-5 rounded hover:ring hover:ring-accent focus:ring focus:ring-accent ring ring-gray-600" href="https://github.com/is-a-good-dev/register">Register</a>
|
||||
<a class="text-lg px-5 py-2 w-8/12 bg-bg mx-5 rounded hover:ring hover:ring-accent focus:ring focus:ring-accent ring ring-gray-600" href="https://docs.is-a-good.dev">Documentation</a>
|
||||
<a class="text-lg px-5 py-2 w-8/12 bg-bg mx-5 rounded hover:ring hover:ring-accent focus:ring focus:ring-accent ring ring-gray-600" href="https://redirect.is-a-good.dev/register">Register</a>
|
||||
<a class="text-lg px-5 py-2 w-8/12 bg-bg mx-5 rounded hover:ring hover:ring-accent focus:ring focus:ring-accent ring ring-gray-600" href="https://redirect.is-a-good.dev/docs">Documentation</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="w-7/12 mx-auto mt-10">
|
||||
|
||||
Reference in New Issue
Block a user