forked from M-Shehu/kh-404-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
58 lines (56 loc) · 1.82 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="assets/favicon.ico" />
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="index.css">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="KindHealth potential 404 page"
/>
<link rel="apple-touch-icon" href="https://cdn.pub.kindhealth.co/32a5656b41cf470a985b0278429e9472.png" />
<title>Page not found</title>
</head>
<body>
<div id="container">
<nav>
<img
src="https://cdn.pub.kindhealth.co/32a5656b41cf470a985b0278429e9472.png"
alt="logo"
class="kh-logo"
/>
</nav>
<section id="main-section">
<div id="copy-404">
<h1>
Oops,
<br>something's gone wrong
</h1>
<h3>No worries! Try one of these links to get back:</h3>
<div class="button-section">
<button class="cta-button" type="button">
Dashboard
</button>
<button class="cta-button" type="button">
All Products Page
</button>
</div>
</div>
<div id="sign-404">
<p id="text-404">
<span>4</span><span>0</span><span>4</span>
</p>
<div class="sub-logo">
<b>
P<span>age</span> N<span>o</span><span>t</span> f<span>ou</span><span>nd</span>
</b>
</div>
</div>
</section>
</div>
</body>
</html>