-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththankyou.html
More file actions
34 lines (31 loc) · 1.02 KB
/
Copy paththankyou.html
File metadata and controls
34 lines (31 loc) · 1.02 KB
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">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Thank You</title>
<link rel="stylesheet" type="text/css" href="thankyou.css">
</head>
<body>
<header>
<h1>Thank You</h1>
<nav>
<ul>
<li><a href="Capybara.html">Main Webpage</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="home.html">Home</a></li>
<li><a href="gallery.html">Capybara Gallery</a></li>
<li><a href="videos.html">Capybara Videos</a></li>
<li><a href="facts.html">Capybara Facts</a></li>
</ul>
</nav>
</header>
<section class="container">
<h2>Your Message Has Been Received</h2>
<p>Thank you for contacting us! We have received your message the team will contact you back later.</p>
</section>
<footer>
<p>© 2023 Capybara World</p>
</footer>
</body>
</html>