-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathorder.html
More file actions
74 lines (71 loc) · 2.44 KB
/
order.html
File metadata and controls
74 lines (71 loc) · 2.44 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<!DOCTYPE html>
<html lang="en">
<head>
<title>Order confirmation | G's Dynasty</title>
<meta charset="UTF-8">
<meta name="description" content="G's Dynasty | Quality Handbags">
<meta name="keywords" content="handbags, g's dynasty, gs dynasty, aseda,louis vuitton, lv, chanel, christian dior, dior, gucci, fendi, prada, woven, elegance, amwata.github.io,">
<meta name="author" content="Amwata Aseda">
<meta name ="viewport" content="width=device-width, initial-scale=1.0">
<meta name="theme-color" content="#ffd1c1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="styles/loader.css">
<link rel="stylesheet" href="styles/sigma.css">
<link rel="stylesheet" href="styles/main.css">
<link rel="stylesheet" href="styles/queries.css">
<link rel = "icon" href ="imgs/icon.svg?" >
<link rel = "mask-icon" href ="imgs/icon.png" >
<link rel = "icon" href ="imgs/icon.png?" type = "image/png">
</head>
<body class="noscroll">
<div class="loader">
<div>
<span style="--l:0;"></span>
<span style="--l:1;"></span>
<span style="--l:2;"></span>
<span style="--l:3;"></span>
<span style="--l:4;"></span>
</div>
</div>
<main id="msc-ctn" class="sign-up checkouts-ctn">
<section>
<div class="maxwid checkouts">
<div class="checkout-pg">
<div class="checktb">
<table>
<thead>
<tr>
<td colspan="2" ><i class="fa fa-shopping-basket"></i> Order summery</td>
<td class="">Amount</td>
</tr>
</thead>
</table>
</div>
<div class="order-info">
<div class="order-infoctn">
<a class="msc-logo" href="/gs-dynasty">
<img src="imgs/svj.png" alt="σ">
</a>
</div>
<div class="send check-out">
<a href="checkouts" class="link shop-lnk" >Return to information</a>
<a href="" class="link check-out-lnk" id="ord-btn" data-action="ORDER">Confirm order</a>
</div>
<div class="sgnupli">
<ul>
<li><a href="/gs-dynasty" >Home</a></li>
<li><a href="privacy-policy" >Privacy</a></li>
<li><a href="about-us#contact" >Contact Us</a></li>
</ul>
</div>
</div>
</div>
</div>
</section>
</main>
<noscript>JavaScript is needed to run this page</noscript>
<script src="scripts/order.js"></script>
<script src="scripts/UI.js"></script>
<script src="scripts/UX.js"></script>
</body>
</html>