This repository was archived by the owner on Oct 30, 2022. It is now read-only.
forked from is-a-good-dev/register
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
32 lines (31 loc) · 1.98 KB
/
404.html
File metadata and controls
32 lines (31 loc) · 1.98 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!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>
<!-- Kofi widget -->
<script src='https://storage.ko-fi.com/cdn/scripts/overlay-widget.js'></script>
<script defer>
kofiWidgetOverlay.draw('wclarkedev', {
'type': 'floating-chat',
'floating-chat.donateButton.text': 'Support Us',
'floating-chat.donateButton.background-color': '#80C1F5',
'floating-chat.donateButton.text-color': '#fff'
});
</script>
</body>
</html>