-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
24 lines (24 loc) · 1009 Bytes
/
404.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
permalink: /404.html
layout: default
---
<section class="text-gray-600 body-font">
<div class="container px-5 py-24 mx-auto">
<div class="flex flex-wrap w-full mb-20 justify-center">
<div class="lg:w-2/3 w-full mb-6 lg:mb-0">
<div class="flex-shrink-0 flex justify-center">
<div class="py-16">
<div class="text-center">
<p class="text-sm font-semibold text-yellow-500 uppercase tracking-wide">404 error</p>
<h1 class="mt-2 text-4xl font-extrabold text-gray-900 tracking-tight sm:text-5xl">Page not found.</h1>
<p class="mt-2 text-base text-gray-500">Sorry, we couldn’t find the page you’re looking for.</p>
<div class="mt-6">
<a href="#" class="text-base font-medium text-yellow-500 mr-5 hover:text-yellow-500">Go back home<span aria-hidden="true"> →</span></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>