-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
48 lines (48 loc) · 2.34 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>404 — Page Not Found » jh.codes</title>
<link href="/css/style.css" rel="stylesheet">
<link href="/css/404.css" rel="stylesheet">
<script src="/js/include.js" defer></script>
<script src="/js/theme.js" defer></script>
<script src="/js/sidebar.js" defer></script>
<script src="/js/copyright.js" defer></script>
<script src="/js/glow.js" defer></script>
<script src="/js/404.js" defer></script>
</head>
<body>
<div class="all-content">
<div class="error-404">
<span class="number-four">4</span>
<div class="face">
<div class="face-top">
<div class="face-eyes">
<div class="face-eye face-left-eye">
<div class="face-eye-pupil"></div>
</div>
<div class="face-eye face-right-eye">
<div class="face-eye-pupil"></div>
</div>
</div>
</div>
<div class="face-bottom">
<div class="face-mouth"></div>
</div>
</div>
<span class="number-four">4</span>
</div>
<h2>Page Not Found</h2>
<a href="/" class="from-404-to-home">
<svg width="2rem" height="2rem" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d="M12,14.685c-1.149,0-2.085,.985-2.085,2.196v6.076c.653,.027,1.348,.043,2.085,.043s1.432-.016,2.085-.043v-6.076c0-1.211-.936-2.196-2.085-2.196Z"/>
<path d="M21.085,6.758c-.07-.149-.176-.279-.308-.377-.185-.138-.374-.278-.564-.418V3.505c0-.829-.672-1.5-1.5-1.5s-1.5,.671-1.5,1.5v.315c-2.274-1.56-4.371-2.82-5.213-2.82-1.299,0-5.49,2.927-8.778,5.382-.133,.1-.24,.231-.31,.383-.047,.102-1.154,2.562-1.154,7.578,0,2.165,.202,5.37,.432,6.858,.059,.38,.33,.692,.698,.804,.098,.03,1.842,.548,5.027,.825v-5.948c0-2.314,1.832-4.196,4.085-4.196s4.085,1.882,4.085,4.196v5.948c3.185-.276,4.928-.795,5.025-.824,.367-.112,.639-.424,.697-.804,.231-1.498,.435-4.703,.435-6.858,0-5.059-1.11-7.483-1.157-7.584Z"/>
</svg>
Home
</a>
</div>
<nav data-hover-effect></nav>
</body>
</html>