-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
59 lines (55 loc) · 2.67 KB
/
index.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
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>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>sale-sys</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<link href="static/bootstrap.min.css" rel="stylesheet" >
<link href="static/font-awesome.min.css" rel="stylesheet" >
<link href="static/prettyPhoto.css" rel="stylesheet" >
<link href="static/price-range.css" rel="stylesheet" >
<link href="static/animate.css" rel="stylesheet" >
<link href="static/main.css" rel="stylesheet" >
<link href="static/responsive.css" rel="stylesheet" >
<!-- Bootstrap -->
<link href="static/bootstrap.css" rel="stylesheet">
<!-- SmartMenus jQuery Bootstrap Addon CSS -->
<link href="static/jquery.smartmenus.bootstrap.css" rel="stylesheet">
<!-- Product view slider -->
<link rel="stylesheet" type="text/css" href="static/jquery.simpleLens.css">
<!-- slick slider -->
<link rel="stylesheet" type="text/css" href="static/slick.css">
<!-- price picker slider -->
<link rel="stylesheet" type="text/css" href="static/nouislider.css">
<!-- Theme color -->
<link id="switcher" href="static/theme-color/default-theme.css" rel="stylesheet">
<!-- <link id="switcher" href="css/theme-color/bridge-theme.css" rel="stylesheet"> -->
<!-- Top Slider CSS -->
<link href="static/sequence-theme.modern-slide-in.css" rel="stylesheet" media="all">
<!-- Main style sheet -->
<link href="static/style.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="src/js/html5shiv.js"></script>
<script src="src/js/respond.min.js"></script>
<![endif]-->
<link rel="shortcut icon" href="static/ico/favicon.ico">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="static/ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="static/ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="static/ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="static/ico/apple-touch-icon-57-precomposed.png">
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
<script src="static/jquery.js"></script>
<script src="static/bootstrap.min.js"></script>
<script src="static/jquery.scrollUp.min.js"></script>
<script src="static/price-range.js"></script>
<script src="static/jquery.prettyPhoto.js"></script>
<script src="static/main.js"></script>
</html>