This repository has been archived by the owner on Jan 1, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathform_finish.html
36 lines (36 loc) · 1.53 KB
/
form_finish.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 lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Your response has been recorded » Speedcubing New Zealand</title>
<link rel="stylesheet" href="style.css">
</head>
<body class="homepage">
<header class="header">
<b><h1><a href="SNZ_home.html">Speedcubing New Zealand</a></h1></b>
<div class="menu">
<strong class="dropdown">
<a href="#">Information</a>
<div class="dropdown-content">
<a href="about_us.html">About us</a>
<a href="get_involved.html">Get involved</a>
<a href="FAQ.html">Frequently asked questions</a>
</div>
</strong>
<strong><a href="competitions.html">Competitions</a></strong>
<strong><a href="contact_us.html">Contact us</a></strong>
</div>
</header>
<main class="main-section">
<h2>Thank You!</h2>
<p>Your message has been sent successfully. We'll get back to you soon!</p>
<br>
<p><a href="index.html">Return to the homepage</a></p>
<p><a href="contact_us.html">Submit another response</a></p>
</main>
<footer class="footer">
<a href="https://github.com/OWelton-Rosie/prospective-SNZ-website/tree/main" target="_blank">GitHub</a>. Made with ❤️ by <a href="https://www.worldcubeassociation.org/persons/2023WELT02" target="_blank">Oscar Welton-Rosie</a>.
</footer>
</body>
</html>