mirror of
https://github.com/tiennm99/is-a-good-dev.git
synced 2026-06-01 20:13:02 +00:00
22 lines
1.5 KiB
HTML
22 lines
1.5 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="https://is-a-good.dev/tailwind.config.js"></script>
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.2/css/all.min.css">
|
|
<title>Error 404 - 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 text-text mx-auto bg-bg-accent w-4/12 p-4 mt-12 rounded">
|
|
<h1 class="font-semibold text-2xl my-2">Page Not Found</h1>
|
|
<span class="my-1">We couldn't find that page for you. This could mean that the page doesn't exist or has moved.</span>
|
|
<span class="my-1">If you think this was an error, please report it <a class="text-accent hover:underline" target="_blank" href="https://github.com/is-a-good-dev/register/issues/new?labels=Issue,Bug&title=Website+Bug+Report">here</a>.</span>
|
|
<a class="hover:ring hover:ring-accent cursor-pointer w-3/12 my-2 text-center p-2 mx-auto bg-bg rounded hover:ring hover:ring-accent focus:ring focus:ring-accent ring ring-gray-600" href="/">Return Home</a>
|
|
</div>
|
|
|
|
</body>
|
|
</html> |