-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (22 loc) · 825 Bytes
/
index.html
File metadata and controls
24 lines (22 loc) · 825 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/3.0.3/normalize.min.css">
<link rel="stylesheet" type="text/css" href="./demo/css/style.css">
</head>
<body>
<div id="main" data-product-compare>
<div class="products">
<!-- Products prepended here from app.js -->
</div>
<div class="compare-widget" data-compare-widget>
<h2 class="compare-title">Comparing <span class="num-items">0</span> Items</h2>
<a href="/compare.html" data-compare-link="/compare.html">Compare</a>
<div class="compare-items" data-compare-items>
<!-- Compare items injected here -->
</div>
</div>
</div>
<script type="text/javascript" src="./demo.js"></script>
</body>
</html>