-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
38 lines (37 loc) · 973 Bytes
/
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
<html>
<head>
<meta name="google-site-verification" content="jKncWFE7aM5zGFuAl_8GmVIYGb6DD2NgG0vI00jhkvo"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Orangutan</title>
<link rel="stylesheet" type="text/css" href="./demo.css">
</head>
<body>
<div id="intro" class="fill">
<div class="text-large">
Make
</div>
<div class="text-large">
The Internet
</div>
<div class="text-large">
Great Again
</div>
<div class="hide hover-text text-large">
We Outnumber Them
</div>
<div class="hide hover-text text-large">
Resist
</div>
<div
onmouseover="onOkOver()"
onmouseout="onOkOut()"
class="text-large"
style="cursor: pointer;">
OK
</div>
</div>
<audio id="audio" preload="auto" src="./satisfaction.mp3" loop>
</audio>
<script type="text/javascript" src="./demo.js"></script>
</body>
</html>