-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomplete.html
More file actions
59 lines (58 loc) · 1.85 KB
/
complete.html
File metadata and controls
59 lines (58 loc) · 1.85 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="styles.css" />
<link rel="stylesheet" href="complete.css" />
<title>Home Page</title>
</head>
<body>
<div class="titlehead">
<div class="content-container">
<a href="index.html">
<img
src="Popeyes-logo1.png"
alt="Popeyes Logo"
class="resized-image-placeholder1"
/>
</a>
<img
src="Popeyes-logo2.png"
alt="Popeyes Logo"
class="resized-image-placeholder2"
/>
</div>
<div class="orderbutton">
<a href="menu.html" class="orderword">ORDER</a>
</div>
</div>
<div class="orange-bar">
<a href="menu.html" class="nav-link">Menu</a>
<a href="findpopeyes.html" class="nav-link">Find A Popeyes</a>
<a href="promo.html" class="nav-link">Promotions</a>
<a href="coupons.html" class="nav-link">Coupons</a>
<a href="ourstory.html" class="nav-link">Our Story</a>
</div>
<div class="thankyou">
<div class="thankyou1">THANK YOU!</div>
<div class="thankyou2">
Your order is being prepared please wait to be served
</div>
<div class="returnbutton">
<a href="index.html" class="returnword">Back to Home?</a>
</div>
</div>
<div class="bottombar">
<div class="uselesstext">
Company|Investor Relations|Franchise Oppurtunities|Careers|Contact Us
</div>
<div class="uselesstext2">
Terms of Service | Privacy Policy Popeyes® Louisiana Kitchen © 2013 AFC
Enterprises, Inc. All rights reserved. All trademarks belong to their
respective owners.
</div>
</div>
<script src="script.js"></script>
</body>
</html>