-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
44 lines (43 loc) · 1.38 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="viewport-fit=cover, width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"
/>
<!-- Google Material Symbols import -->
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,300,0,0"
/>
<!-- Google Material Symbols import - END -->
<link rel="stylesheet" type="text/css" href="/styles.css" />
<title>Lux Health - 404</title>
</head>
<body>
<main id="main" class="content-grid">
<section class="full-width fullscreen">
<div class="content section-grid footer one-col center">
<h2>Oops! Looks like you took a wrong turn.</h2>
<p class="margin-block-start">
Let's get you back on track! <br /><span
class="material-symbols-outlined"
>
thumb_up
</span>
</p>
<ul>
<li><a href="/" class="underline">Return home</a></li>
<li>
<a href="mailto:pascalbolla@gmail.com" class="underline"
>Email me</a
>
</li>
</ul>
</div>
</section>
</main>
</body>
</html>