-
Notifications
You must be signed in to change notification settings - Fork 0
/
book2.html
38 lines (31 loc) · 945 Bytes
/
book2.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title></title>
<link rel="stylesheet" href="booking.css">
</head>
<body>
<div class="wrapper">
<nav>
<div id="login"><a href="index.html">Logout</a></div>
<ul>
<li><a href="Home1.html">Home</a></li>
<li><a href="Home1.html #about">About</a></li>
<li><a href="Home1.html #gallary">Gallery</a></li>
<li><a href="Room1.html">Room</a></li>
<li><a href="Contact1.html">Contact</a></li>
</ul>
</nav>
<form name="thank" action="Room1.html" >
<p>Ifjkf</p>
<div class="thanks">
<br><h2>Booking Complete <i class="fa-solid fa-check"></i></h2><br>
<p> We are very happy that you have chosen us to serve you.Hope you will have a fantastic moments with us.See you soon! </p><br><br>
<button type="submit" id="okbtn">OK</button>
</div>
</form>
</div>
</body>
</html>