mirror of
https://github.com/tiennm99/is-a-good-dev.git
synced 2026-06-02 06:10:32 +00:00
27 lines
1.8 KiB
HTML
27 lines
1.8 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<script src="https://cdn.tailwindcss.com"></script>
|
|
<script src="tailwind.config.js"></script>
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.2/css/all.min.css">
|
|
<title>is-a-good.dev - Free subdomains for developers</title>
|
|
<meta name="title" content="is-a-good.dev - Free subdomains for developers">
|
|
<meta name="description" content="Free subdomains for developers around the globe.">
|
|
</head>
|
|
<body class="bg-bg">
|
|
<div class="flex flex-col w-7/12 mx-auto bg-bg-accent rounded mt-12 text-text py-12 px-6">
|
|
<h1 class="text-4xl text-center break-words">This website is under maintenance</h1>
|
|
<span class="mt-12 text-center">
|
|
We are currently rebuilding our website. We do not have a timeframe for this project so are unable to provide an estimated finish date for the project. We are sorry for any inconvience caused by this. Check back here for updates.
|
|
</span>
|
|
<div class="grid grid-cols-1 sm:grid-cols-1 md:grid-cols-2 mx-auto">
|
|
<a class="text-lg px-2 py-2 text-center bg-bg max-w-fit mx-auto rounded hover:ring hover:ring-accent focus:ring focus:ring-accent ring ring-gray-600 mt-6" href="https://redirect.is-a-good.dev/register">Register</a>
|
|
<a class="text-lg px-2 py-2 text-center bg-bg max-w-fit mx-auto rounded hover:ring hover:ring-accent focus:ring focus:ring-accent ring ring-gray-600 mt-6" href="https://redirect.is-a-good.dev/docs">Documentation</a>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|