generated from Code-Institute-Org/gitpod-full-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
404.html
66 lines (54 loc) · 2.7 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Guided meditation and on line meetings for meditation in group">
<meta name="keywords" content="guided meditation, relax, be present, calm, concentration ">
<script src="https://kit.fontawesome.com/7985e363f8.js" crossorigin="anonymous"></script>
<!-- favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="assets/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/favicon/favicon-16x16.png">
<link rel="manifest" href="assets/favicon/site.webmanifest">
<link rel="stylesheet" href="assets/css/style.css">
<title>Be Present | Ops!</title>
</head>
<body>
<header id="open">
<a href="index.html" class="title-anchor" aria-label="back to homepage">
<img src="assets/images/logomed.jpg" alt="be-present-logo">
</a>
<nav>
<ul id="menu">
<li><a href="index.html" aria-label="Go to home page">Contact us</a></li>
<li><a href="index.html" aria-label="Go to home page">Meditations</a></li>
<li><a href="index.html" aria-label="Go to home page">About</a></li>
</ul>
</nav>
</header>
<section id="color" class="thanks-page">
<div id="relax-image">
<div class="thank-you">
<h1>OOPs! </h1>
<p>It looks like there was disturbance in the universe, and the page is out of our domain. Clicke
<a href="index.html">here </a> to go to the home page.
</p>
</div>
</div>
</section>
<footer id="contact">
<ul class="social-networks">
<li><a href="https://www.facebook.com" target="_blank" rel="noopener"
aria-label="Visit our Facebook page"><i class="fab fa-facebook"></i></a></li>
<li><a href="https://www.twitter.com" target="_blank" rel="noopener" aria-label="Visit our Twitter page"><i
class="fab fa-twitter-square"></i></a></li>
<li><a href="https://www.youtube.com" target="_blank" rel="noopener" aria-label="Visit our Youtube page"><i
class="fab fa-youtube-square"></i></a></li>
<li><a href="https://www.instagram.com" target="_blank" rel="noopener"
aria-label="Visit our Instagram page"><i class="fab fa-instagram"></i></a></li>
</ul>
</footer>
</body>
</html>