-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
94 lines (70 loc) · 2.35 KB
/
index.html
File metadata and controls
94 lines (70 loc) · 2.35 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/master.css">
<script type="text/javascript" src="js/jquery-3.3.1.js"> </script>
<script type="text/javascript" src="js/scripts.js">
</script>
<link href="https://fonts.googleapis.com/css?family=Press+Start+2P" rel="stylesheet">
<meta charset="utf-8">
<title></title>
</head>
<body>
<div class="jumbotron" id='pizzasign'>
<h1>Pizza, I think?</h1>
</div>
<div id='interface' style='overflow:hidden;'>
<video src="./media/Ebdrugstore.mp4" width="1" height="1" id="ebselect" autoplay="true" loop="true">
</video>
<div class="remote animated">
Remote
<hr>
VOL
<button id="volup" class="btn-default">+</button>
<button id="voldown" class="btn-default">-</button>
<br><br>
<button id="mute" class="btn-default"> Mute </button>
<hr>
</div>
<div class="entry animated" id='createpizza' style='height:430px; overflow:hidden'>
Create Pizza
<select class="btn" id='sizes' name="">
</select>
<br>
<br>
<select class="btn" style='width:200px; height:200px' multiple id='toppings' name="">
</select>
<br><br>
<button id='addbutton' type="button" class='btn-default' name="button">Add to Cart</button>
</div>
<div class="entry animated" id='createpizza' style='height:300px; margin-right: 0px; display: block; position:absolute; margin-left:1000px; overflow:hidden'>
<h1>Help</h1>
Click and drag to get toppings.
CTRL+Click to add/remove.
The manager will see you if you wake him with strange orders...
</div>
<div class="entry animated" id='subtcon'>
<div class="" id='subtotal'>
</div>
<input type='button' class="btn-default" id='buybutton' value='Buy'></input>
</div>
<div class="">
</div>
<div class="entry" id='histshell'>
<select class="" id='histmove' name="">
</select>
<div id='history'>
</div>
</div>
</div>
<!-- Robotnik stuff -->
<div class="" id='ashdust'>
<video src="./media/Ash_and_Dust.mp4" type='video/mp4' volume='100%' id='ashdustvideo'>
</video>
</div>
<video src="./media/tomorrowill.mp4" type='video/mp4' volume='100%' id='tomorrowill'>
</video>
</body>
</html>h
sa