-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
36 lines (31 loc) · 1.07 KB
/
about.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
<!DOCTYPE HTML>
<html>
<head>
<title>Confession Box - About</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="is-preload">
<!-- Header -->
<header id="header">
<h3>What's this about?</h3>
<p>This page was created for the 2023 hackathon. </br>
The intention was to create a place for people to share something they can't tell anyone else but need to let go. </br>
Remember, your mental health is as important as physical health. </br>
<p>It has not been optimised for mobile devices.</p>
</p>
</header>
<p><a href="./index.html"> Click here to go back</a>.</p>
<!-- Footer -->
<footer id="footer">
<ul class="copyright">
<li><a href="./index.html"> Home</a></li>
<li><a href="./help.html"> Need help?</a>
<li><a href="./about.html"> About</a>
</ul>
</footer>
<!-- Scripts -->
<script src="assets/js/main.js"></script>
</body>
</html>