forked from InfrontSistemas/Alesis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlegacy.kit
56 lines (27 loc) · 1.06 KB
/
legacy.kit
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
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- @import "assets/partials/head.html" -->
</head>
<body>
<!-- @import "assets/templates/_partials/navigation.html" -->
<div class="product-page-wrapper">
<!-- @import "assets/templates/legacy/legacy-hero.html" -->
<!-- @import "assets/templates/legacy/legacy-quote-strip.html" -->
<!-- @import "assets/templates/legacy/legacy-sticky-nav.html" -->
<!-- @import "assets/templates/legacy/legacy-overview.html" -->
<!-- import "assets/templates/homepage/social.html" -->
<!-- @import "assets/templates/_partials/footer.html" -->
</div> <!-- homepage-wrapper -->
<!--=======
SCRIPTS
=======-->
<!-- @import "assets/partials/scripts.html" -->
<script src="assets/js/jquery.easing.min.js"></script>
</body>
</html>