-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (33 loc) · 885 Bytes
/
Copy pathindex.html
File metadata and controls
41 lines (33 loc) · 885 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<meta charset="utf-8"/>
<html>
<body>
<style>
</style>
<link rel="stylesheet" href="styles.css">
<link rel = "stylesheet" type="text/css" href="cart.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/1.18.0/TweenMax.min.js"></script>
<script src="main.js"></script>
<div id = 'startpagediv' class = 'startpage_div'>
</div>
<div class = 'categoryshort'>
</div>
<div id="allproducts">
<div class="content_container">
</div>
</div>
<script>
//tc.clearProductList();
//tc.clearCategoryList(1);
//tc.outPutAllTree();
//tc.drawFirstLevel();//исправить косяк с addEventListener!!!
//tc.outputAllProducts();
var content={node:Node};
var tc = new TeaShopCatalogCreator(content);
tc.outPutAllTree();
tc.RegisterEvents();
</script>
<script src="Shopping_cart_widget.js"></script>
<script src="animations.js"></script>
</body>
</html>