mirror of
https://github.com/tiennm99/is-a-good-dev.git
synced 2026-08-11 00:25:04 +00:00
404 basic content
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -3,6 +3,7 @@ tailwind.config = {
|
||||
extend: {
|
||||
colors:{
|
||||
"bg":"#181C1F",
|
||||
"bg-accent":"#14171C",
|
||||
"accent":"#80C1F5",
|
||||
"text":"#FFFFFF"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user