-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathshopping-cart.html
More file actions
63 lines (53 loc) · 2.03 KB
/
shopping-cart.html
File metadata and controls
63 lines (53 loc) · 2.03 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>THE BRAND</title>
<link href="https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900"
rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800"
rel="stylesheet">
<link rel="stylesheet" href="css/fontello.css">
<link rel="stylesheet" href="sass/style.css?ver=23" type="text/css">
<link rel="shortcut icon" href="img/favicon.png" type="image/png">
<link rel="stylesheet"
href="node_modules/jquery-ui/themes/base/all.css">
</head>
<body>
<div class="wrapper" id="root">
<div class="content">
<div class="container fixed-top">
<header-main/>
<navigation/>
</div>
<section>
<div class="new-arrivals bounce-in-left">
<div class="container new-arrivals-flex">
<h1>NEW ARRIVALS</h1>
<div><a href="index.html">HOME</a>/<a href="product.html">MEN</a>/<a
href="product.html">NEW ARRIWALS</a></div>
</div>
</div>
<form class="container product-details" id="shopping-cart"></form>
</section>
<div class="container" id="reviews">
<!-- Генерация из js old_Rewiews.js-->
</div>
<subscribe-box/>
<container-brand/>
</div>
<footer-wrap/>
</div>
<script src="node_modules/vue/dist/vue.global.prod.js"></script>
<script src="node_modules/jquery/dist/jquery.min.js"></script>
<script src="jquery-ui-1.13.0.custom/jquery-ui.min.js"></script>
<script src="node_modules/owl.carousel/dist/owl.carousel.min.js"></script>
<script src="js/vue_main.js"></script>
<script src="js/old_Cart.js"></script>
<script src="js/old_autocomplete.js"></script>
<script src="js/old_Reviews.js"></script>
<script src="js/old_slider-range.js"></script>
<script src="js/old_owl-carousel.js"></script>
<script src="js/old_main.js" defer></script>
</body>
</html>