-
Notifications
You must be signed in to change notification settings - Fork 0
/
Shop.html
53 lines (42 loc) · 1.6 KB
/
Shop.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
<DOCTYPE! html>
<html>
<head>
<meta charset="utf-8">
<title> Shopping </title>
<link rel="stylesheet" type="text/css" href="css/slideshowstyles.css" />
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/style.css">
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
<script type="text/javascript" src="js/jquery.tmpl.min.js"></script>
<script type="text/javascript" src="js/jquery.easing.1.3.js"></script>
<script type="text/javascript" src="js/script.js"></script>
</head>
<body>
<div class="menu-collapsed">
<div class="bar"></div>
<nav>
<ul>
<li><a href="html/Home.html">Home</a>
</li>
<li><a href="Shop.html">Shop</a>
</li>
<li><a href="html/Comments.html">Contact Us</a>
</li>
<li><a href="html/AboutUs.html">About Us</a>
</li>
<li><a href="html/quiz.html">Quiz</a>
</li>
<li><a href="php/Logout.php">Logout</a>
</li>
</ul>
</nav>
</div>
<div id="navigationBoxes">
<!-- Navigation boxes will get injected by jQuery -->
</div>
<div id="pictureSlider">
<!-- Pictures will be injected by jQuery -->
</div>
<script src="js/index.js"></script>
</body>
</html>