-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
35 lines (30 loc) · 1.07 KB
/
index.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
<!--
To change this template use Tools | Templates.
-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Shiny Switches with CSS3 </title>
<!-- CSS stylesheets -->
<link rel="stylesheet" href="knobKnob/style.css" />
<link rel="stylesheet" href="knobKnob/knobKnob.css" />
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<section id="main">
<div id="bars">
<div id="control">
<!-- The knob markup will go here -->
</div>
<!-- The colorful dividers will go here -->
</div>
</section>
<!-- JavaScript includes -->
<script src="knobKnob/jquery-1.7.1.min.js"></script>
<script src="knobKnob/transform.js"></script>
<script src="knobKnob/knobKnob.jquery.js"></script>
<script src="knobKnob/script.js"></script>
</body>
</html>