-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
34 lines (27 loc) · 826 Bytes
/
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
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/html">
<head>
<title>Page not found</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1><a href="/">⚭<br>︎<span>Yoke</span><br>Coach</a></h1>
<section>
<h2>Page not found</h2>
<p>Please visit <a href="/">our home page</a> to find the information you were looking for.</p>
</section>
<footer>
<p>
⚭<br>
<span>I help you connect the mind and body – <em>to yoke</em> – so they work together, in harmony, for long-term health.</span><br>
⚭
</p>
<p>
© Yoke Coach Ltd.<br>
Registered (14492614) at 8 Manor Park, IP31 2QR
</p>
</footer>
</body>
</html>