-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
249 lines (164 loc) · 5.61 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
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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
<html>
<script src=" https://app.holler.fyi/sdk.js?appId=d0626322-d1e1-4778-9b90-d116fea90910"></script>
<header><link rel="stylesheet" href="style.css"/></header>
<body>
<!DOCTYPE html>
<html>
<head>
<title>Sentence Game</title>
<link rel="web coding" type="image/png" href="fav.png"/>
</head>
<body>
</html>
<!-- This Part is the Audio -->
<audio id="myAudio">
<source src="Mouse-Click-00-c-FesliyanStudios.com.mp3" type="audio/mpeg">
</audio>
<script>
var x = document.getElementById("myAudio");
function playAudio() {
x.play();
}
function pauseAudio() {
x.pause();
}
//Audio number 2
</script>
<audio id="ding">
<source src="ding-idea-40142.mp3" type="audio/mpeg">
</audio>
<script>
var xa = document.getElementById("ding");
function playAudio() {
xa.play();
}
function pauseAudio() {
xa.pause();
}
//Audio number 2
</script>
<!-- This is the rest -->
<div class="madLibsPrintout">
</div>
<div class="startScreen">
<input class="name1" type placeholder="Nickname">
<!-- <select name="form1" id="form1" action="/action_page.php"> -->
Sentencing Game <select name="subject" id="subject">
</option>
<option value="builder" selected="selected" class="maker">Maker</option>
<!-- <option value="voting" selected="selected" class="voter">Voter</option>
<option value="" selected="selected">
Select Your Role -->
</select>
<br><br>
</form>
<button class="nextButton">Next</button>
</div>
<div class="player">
<!-- <select name="form1" id="form1" action="/action_page.php"> -->
This is a Game inspired by Mad Libs
You only need to write one sentence,
Press Start!!! <select name="subject" id="subjects">
</option>
<option value="1" selected="selected" class="1">1</option>
<!-- <option value="2" selected="selected" class="2">2</option>
<option value="3" selected="selected" class="3">3</option>
<option value="4" selected="selected" class="4">4</option>
<option value="5" selected="selected" class="5">5</option>
<option value="" selected="selected">
CLICK ME! -->
</select>
<br><br>
</form>
<button class="startButton">Start</button>
</div>
<div class="nounInput" >
<hi>
<input class="noun1"type placeholder="noun"maxlength="10">
<button class="n1SubmitButton">Submit</button>
<!-- <button class="cclear">clear</button> -->
</hi>
</div>
<div class="nounInput2" >
<hi>
<input class="verb1"type placeholder="adjective"maxlength="10">
<button class="n2SubmitButton">Submit</button>
<button class="cclear">clear</button>
</hi>
</div>
<div class="nounInput3" >
<hi>
<input class="adverb1"type placeholder="noun"maxlength="10">
<button class="n3SubmitButton">Submit</button>
<button class="cclear">clear</button>
</hi>
</div>
<div class="nounInput4" >
<hi>
<input class="noun2"type placeholder="noun"maxlength="10">
<button class="n4SubmitButton">Submit</button>
<button class="cclear">clear</button>
</hi>
</div>
<div class="nounInput5" >
<hi>
<input class="verb2"type placeholder="verb"maxlength="10">
<button class="n5SubmitButton">Submit</button>
<button class="cclear">clear</button>
</hi>
</div>
<button class="show">
Continue-->
</button>
<div> <image src ="lloading" class="loading">
<div class="pressSStart">
<!-- </image></div>
<div> <image src ="desktop-minecraft-wallpaper-2.jpg" class="stop">
<div class="stop">
</image></div> -->
<div> <image src ="votinpic.jpg" class="votingPage"></image>
<div class="selectWho1">
<!-- <button>
Who wins?
builder1 username
</button> -->
</div>
<div class="selectWho2">
<!-- <button>
Who wins?
builder2 username
</button> -->
</div>
<!-- <button class="ssubmitButton">Submit to Voters</button>
<div class="trolling"> -->
<!-- YOU WERE TROLLED
</div> -->
<div class="votingg">
<div class="p1vote">
First Sentence
<button class="P1Button">Best1</button>
</div>
<div class="p2vote">
Second Sentence
<button class="P2Button">Best2</button>
</div>
<div class="p3vote">
Third Sentence
<button class="P3Button">Best3</button>
</div>
<div class="p4vote">
Fourth Sentence
<button class="P4Button">Best4</button>
</div>
<div class="p5vote">
Fifth Sentence
<button class="P5Button">Best5</button>
</div>
<div class="giphyy">
</div>
</div>
<div> <image src ="done.jpg" class="done">
</div>
<script src="app.js"></script>
</body>
<!-- medical drama downhill ski race -->