forked from krismolendyke/SCRUMTRON2000
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
56 lines (46 loc) · 1.96 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<html lang="en">
<head>
<title>SCRUMTRON2000</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<link rel="stylesheet" href="//code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.min.css" />
<script src="//code.jquery.com/jquery-1.8.2.min.js"></script>
<script src="scrumtron2000clips.js"></script>
<script src="scrumtron2000.js"></script>
<script src="//code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.min.js"></script>
</head>
<body>
<div id="scrumtron2000" data-role="page" data-theme="a">
<div data-role="header">
<h1>SCRUMTRON2000</h1>
</div>
<div data-role="content" style="padding: 5px;">
<div id="buttons"></div>
<div id="kickUpThe4d3d3d3" style="display: none;">
<a href="#4d3d3d3" data-role="button" data-rel="dialog" data-transition="pop" data-corners="false" data-mini="true">Kick up the 4d3d3d3</a>
</div>
</div>
</div>
<div data-role="page" id="4d3d3d3" data-theme="a">
<div data-role="header">
<h1>4d3d3d3 Engage</h1>
</div>
<div data-role="content" data-theme="a">
<div id="4d3d3d3Engaged">
<div data-role="fieldcontain">
<label for="flip-mini" class="ui-hidden-accessible">4d3d3d3:</label>
<select name="flip-mini" id="flip-mini" data-role="slider" data-mini="true">
<option value="off">Off</option>
<option value="on">On</option>
</select>
</div>
</div>
<div data-role="controlgroup" data-type="horizontal">
<button id="kickItUp" data-role="button" data-icon="arrow-u">Up</button>
<button id="LAME" data-role="button" data-icon="arrow-d">Down</button>
</div>
<p><a href="#scrumtron2000" data-direction="reverse" data-role="button" data-corners="false">Let's hear that jawn!</a></p>
</div>
</div>
</body>
</html>