-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
16 lines (16 loc) · 715 Bytes
/
404.html
File metadata and controls
16 lines (16 loc) · 715 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
permalink: /404.html
layout: default
---
<div class="flex items-center justify-center">
<div class="grid grid-cols-1 justify-items-center">
<h1 class="lg:text-[256px] text-[192px] leading-none">404</h1>
<h2 class="lg:text-[32px] text-[24px]">OOPS! PAGE NOT FOUND</h2>
<a
href="/"
class="mt-6 inline-flex cursor-pointer select-none items-center rounded bg-neutral-200 px-4 py-2 text-neutral-900 outline-none transition duration-150 hover:bg-neutral-250 focus-visible:bg-neutral-250 active:bg-neutral-300 dark:text-neutral-100 dark:hover:bg-neutral-750 dark:focus-visible:bg-neutral-750 dark:active:bg-neutral-700"
>
RETURN TO HOMEPAGE
</a>
</div>
</div>