-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathshop.html
More file actions
59 lines (51 loc) · 2.18 KB
/
Copy pathshop.html
File metadata and controls
59 lines (51 loc) · 2.18 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
<!DOCTYPE html>
<html>
<head>
<title>Shop - TJ CP</title>
<meta charset="UTF-8">
<link rel="icon" href="Icon/favicon.png">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" href="CSS/main.css?version=77">
<link rel="stylesheet" href="CSS/shop.css?version=77">
<link rel="stylesheet" href="CSS/fonts/fa/css/all.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="JS/constant/scroll.js"></script>
<script src="JS/main.js?v=77"></script>
<script src="JS/shop.js?v=77"></script>
</head>
<body>
<nav class="navbar fixed-top">
<div class="left">
</div>
<img src="Icon/favicon.png">
<div class="right">
<a href="index.html"><span>TJ CP</span></a>
<a href="index.html#competition"><span>Competition</span></a>
<a href="lectures.html"><span>Lectures</span></a>
<a href="calendar.html"><span>Calendar</span></a>
<a href="resources.html"><span>Resources</span></a>
<a href="shop.html"><span class="active">Shop</span></a>
</div>
<div class="wrap-icon">
<div id="nav-icon" class="navbar-toggler" expanded="false"> <span></span> <span></span>
<span></span> <span></span>
</div>
</div>
<div class="collapse" id="navbarNavAltMarkup">
<div class="anim">
<div class="navbar-nav">
<a href="index.html"><span>Home</span></a>
<a href="index.html#competition"><span>Competition</span></a>
<a href="lectures.html"><span>Lectures</span></a>
<a href="calendar.html"><span>Calendar</span></a>
<a href="resources.html"><span>Resources</span></a>
<a href="shop.html"><span class="active">Shop</span></a>
</div>
</div>
</div>
</nav>
<div class="foot-wrap">
</div>
</body>
</html>