-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
42 lines (34 loc) · 1.78 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
<!DOCTYPE html>
<html>
<head>
<title>Page Not Found</title>
<link rel="icon" href="./images/jisun.svg" type="image/icon type">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="author" content="Page Not Found">
<meta name="robots" content="index,follow">
<meta charset="utf-8">
<link rel="stylesheet" href=" ./CSS/index.css?v=1" defer>
</head>
<body class="bg-purple">
<script src=" ./Javascript/nav.js?v=1" defer></script>
<span class="table padding bg-white center center-me ">
<img src="./images/bunny.svg" class="image-big padding-big ">
</span>
<span class="table center center-me text-color-white">
<span>
<p class="text-medium text-slogan center-me-txt" style="padding:10px !important; margin:10px !important;">Oooppsss Wrong Rabbit Hole</p>
<section class="center padding" style="padding:10px;margin:10px;">
<span class="padding margin">
<p class="radius text margin">Make sure you're connected to the internet</p>
</span>
<span class="padding">
<p class="radius text margin">Make sure you're on the right page</p>
</span>
</section>
<span class="center must-center">
<a class="button center center-me button-gold button-padding button-border-less text-spannk center-me-txt" href="./index.html" draggable="false" >Back To Main Page</a>
</span>
</span>
<link rel="stylesheet" href=" ./CSS/404.css?v=1" defer>
</span>
</body>