-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathregistration-success.html
43 lines (34 loc) · 1.17 KB
/
registration-success.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<title>Pluto Hotels Ltd</title>
<link rel="Stylesheet" href="Styles.css">
</head>
<body>
<header>
<a href="Main.html"><img src="logo.png" class="menu-icon"></a>
<div class="navbar">
<nav>
<ul>
<li><a href="">About Us</a></li>
<li><a href="ContactUs.html">Contact Us</a></li>
<li> <a href="Account.html">Account</a></li>
</ul>
</nav>
</div>
<h1 align="left">Book your next Destination<br></h1>
</header>
<div class="ToS">
<h1>Registration is Successful!</h1> <br><br>
<a href="Main.html">Go back to homepage.</a>
</div>
<footer align="center">Copyright ©2022 Pluto Hotels Ltd
<p>Some hotels require you to cancel more than 24 hours before check-in. Details on site.
© 2024 Pluto Hotels Ltd.com is an Expedia Group company. All rights reserved.</p>
<a href = "mailto: contact@plutohotels.com">contact@plutohotels.com</a>
</footer>
</body>
</html>