-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy paththankyou.html
37 lines (37 loc) · 1.08 KB
/
thankyou.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
href="https://fonts.googleapis.com/css?family=Montserrat"
rel="stylesheet"
/>
<title>
Online Fashion Shopping for Men, Women, Accessories - Bewakoof.com
</title>
<link
rel="shortcut icon"
type="image/x-icon"
href="https://images.bewakoof.com/web/favicon-1635856217.png"
/>
<link rel="stylesheet" href="./style/thankyou.css" />
</head>
<body>
<div id="mainContent">
<div id="div1">
<h3>Your order has been placed successfully!</h3>
<img src="./images/order-placed.gif" alt="" />
<h3>Thank You for shopping with us</h3>
</div>
<div id="div2">
<img src="./images/refer&earn.png" alt="" />
</div>
<div id="div3">
<h3>Explore the latest trends in fashion</h3>
<a href="./index.html"><button>Continue Shopping</button></a>
</div>
</div>
</body>
<script src="./script/thankyou.js"></script>
</html>