404 basic content

This commit is contained in:
Will Clarke
2022-08-06 11:23:31 +01:00
parent a6392e5072
commit dba6876c84
2 changed files with 7 additions and 0 deletions
+6
View File
@@ -10,6 +10,12 @@
<meta name="description" content="Free subdomains for developers around the globe.">
</head>
<body class="bg-bg">
<div class="flex flex-col text-text">
<h1 class="font-semibold text-2xl">Page Not Found</h1>
<span class="">We couldn't find that page for you. This could mean that the page doesn't exist or has moved.</span>
<span class="">If you think this was an error, please report it <a class="text-accent hover:underline" href="">here</a>.</span>
<a class="" href="/">Return Home</a>
</div>
<!-- Kofi widget -->
<script src='https://storage.ko-fi.com/cdn/scripts/overlay-widget.js'></script>
+1
View File
@@ -3,6 +3,7 @@ tailwind.config = {
extend: {
colors:{
"bg":"#181C1F",
"bg-accent":"#14171C",
"accent":"#80C1F5",
"text":"#FFFFFF"
}