-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
58 lines (47 loc) · 1.83 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
<!DOCTYPE html>
<html>
<head>
<title>"Laugh please. PLEASE!!!!!!!"</title>
<link href="style.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Indie+Flower" rel="stylesheet">
</head>
<body>
<p>Control Answers with #keys</p>
<button class="story">TALK</button>
<div class="pump"></div>
<audio autoplay="" loop="">
<source id="tpyp" src="550260_VGMusicRox---Frantic-Facto.mp3" type="audio/mp3">
</audio>
<div id="player"></div>
<div id="Container"></div>
<div id="ContainerHolder" style="display:none">
<div class="Question2">
<p>Try to find civilisation?</p>
<p>Society, yes!!!=3</p>
<p>No let them rot.=4</p>
</div>
</div>
<div id="ContainerHolder2" style="display:none">
<div class="Question3">
<p> Eat future GMO??</p>
<p>Definitly, future stuff's cool!=5</p>
<p>No=6</p>
</div>
</div>
<div class="YouAreDead" style="display:none">
<div>
<p> YOU HAVE DIED ELMO WILL SEE YOU IN HELL!!!</p>
</div>
</div>
<p>
</p>
<div id="qwe">You see a food stand. There are pumpkins there.</div>
<p id=>You are walking throo 8 AV. You see a food stan. There are pumpkins there. They start to shake. Then hand, legs and heads start popping out.</p>
<button>Do you want to attack the pumpkins?</button>
<button>Do you want to run?</button>
<button>Do what to ignore them?</button>
<!--DO NOT PASS THIS LINE-->
<script src="https://code.jquery.com/jquery-2.1.4.js"></script>
<script src="script.js"></script>
</body>
</html>