-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfirmation.html
More file actions
28 lines (23 loc) · 935 Bytes
/
Copy pathconfirmation.html
File metadata and controls
28 lines (23 loc) · 935 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Welcome to Burger Point!</title>
<link rel="stylesheet" href="Project1style.css">
</head>
<body>
<div class="confirmbox">
<img src="party.png" alt="Party">
<p class="confirmtext">Your reservation has been completed.</p>
<div class="buttoncontainer"><a href="index.html"><img src="backbutton.png" alt="Back"></a></div>
</div>
<div class="footer">
<p>Burger Point™ All Rights Reserved</p>
<div class="followus">
<p>Follow Us:</p> <a href="https://www.instagram.com"><img src="insta.png" alt="Instagram"></a> <a
href="https://www.twitter.com"><img src="twitter.png" alt="Twitter"></a>
</div>
</div>
</body>
</html>