-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
62 lines (46 loc) · 2.75 KB
/
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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html lang="en-us" class="scroll-smooth">
<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">
<title>404 Page not found</title>
<meta name="description" content="">
<link rel="canonical" href="https://keithkeekw.github.io/404.html">
<link rel="robots" href="/robots.txt" />
<link rel="stylesheet" href="https://keithkeekw.github.io/css/main.min.3bdc123ab417f659f28d054dbed253bdfaf36b4320092a0bbf3bfeca977e6ffb.css" integrity="sha256-O9wSOrQX9lnyjQVNvtJTvfrza0MgCSoLvzv+ypd+b/s=">
</head>
<body class="max-w-screen-md px-10 mx-auto"><header class="flex flex-col sm:flex-row items-center gap-5 sm:gap-10 pt-16 py-12">
<figure class="flex-none w-20 h-20 rounded-full overflow-hidden" ><a href="https://keithkeekw.github.io/"><img srcset="/img/Logo_hua88f9d55229a09e303d3d8cdd0c9dd31_25383_80x80_fill_q90_box_smart1_3.png 80w" src="/img/Logo.png" width="1000" height="1000" alt="Ride With Keith"></a></figure>
<div class="flex flex-col gap-5">
<a href="https://keithkeekw.github.io/">
<h3 class="text-center sm:text-left text-4xl font-extrabold text-gray-800 ">Ride With Keith</h3>
</a>
<nav>
<ul class="flex flex-wrap justify-center uppercase text-xs font-semibold gap-7 text-gray-500 ">
<li class="hover:text-gray-500"><a href="/">Home</a></li>
<li class="hover:text-gray-500"><a href="/posts">Posts</a></li>
<li class="hover:text-gray-500"><a href="/categories">Categories</a></li>
<li class="hover:text-gray-500"><a href="/tags">Tags</a></li>
</ul>
</nav>
</div>
</header><div id="content">
<article class="flex flex-col gap-3">
<header>
<h2 class="text-2xl font-extrabold text-gray-900">404 Page not found</h2>
</header>
<section class="content text-lg text-gray-800">
Looks like you've followed a broken link or entered a URL that doesn't exist on this site.
</section>
</article>
</div><footer class="pt-5 pb-10 grid gap-3 sm:grid-cols-2">
<div class="text-xs font-semibold text-gray-500 order-2 sm:order-1 ">
© 2023 — <a class="hover:text-gray-500" href="https://keithkeekw.github.io/">Ride With Keith</a> <span class=" font-normal ">with</span> <a class="hover:text-gray-500" href="https://github.com/nixentric/Lowkey-Hugo-Theme" target="_blank" rel="noopener noreferrer">Lowkey</a>
</div>
<div class="text-xs font-semibold text-gray-500 order-1 sm:order-2">
<ul class="flex sm:justify-end gap-5">
<li><a class="hover:text-gray-500" href="https://www.instagram.com/ridewithkeith/" target="_blank" rel="noopener noreferrer">Instagram</a></li>
</ul>
</div>
</footer></body>
</html>