-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patherror404.html
More file actions
53 lines (44 loc) · 2 KB
/
error404.html
File metadata and controls
53 lines (44 loc) · 2 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Error 404 - Doorway to the great nothing!</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/tailwindcss/2.0.2/tailwind.min.css">
<link rel="stylesheet" href="https://unpkg.com/flowbite@1.3.4/dist/flowbite.min.css" />
<style>
</style>
<script src="https://use.fontawesome.com/fd959d8b36.js"></script>
</head>
<body class="h-full">
<!-- Main Contents starts Here -->
<div class="items-center flex justify-center flex-col-reverse lg:flex-row md:gap-28 gap-16" style="margin-left: auto; margin-right: auto; margin-top: 200px; padding-left: 20px; padding-right: 20px;" >
<div class="relative pb-12 lg:pb-0">
<div class="relative">
<div class="absolute">
<div class="text-center">
<h1 class="my-2 text-gray-800 font-bold text-2xl">
Looks like you've found the
doorway to the great nothing
</h1>
<p class="my-2 text-gray-800">Sorry about that! Please visit our hompage to get where you need to go.</p>
<a href="index.html"><button class="my-2 border rounded md py-4 px-8 text-center bg-indigo-600 text-white hover:bg-indigo-700 focus:outline-none focus:ring-2 focus:ring-indigo-700 focus:ring-opacity-50">Take me there!</button></a>
</div>
</div>
<div>
<img src="https://i.ibb.co/G9DC8S0/404-2.png" />
</div>
</div>
</div>
<div>
<img src="https://i.ibb.co/ck1SGFJ/Group.png" />
</div>
</div>
<!-- Main Contents End Here -->
<!-- AlpineJS Library -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/alpinejs/2.8.0/alpine.js"></script>
<script src="https://unpkg.com/flowbite@1.3.4/dist/flowbite.js"></script>
<script>
</script>
</body>
</html>