-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (33 loc) · 1.74 KB
/
index.html
File metadata and controls
33 lines (33 loc) · 1.74 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
<!doctype html>
<html>
<head>
<title>Muscular Hydrostat</title>
<link rel="stylesheet" href="css/style.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui">
</head>
<body class="dark" id="body">
<div id="container"></div>
<audio src="sound/foot7.mp3" preload="auto" id="foot7"></audio>
<audio src="sound/Something.m4a" preload="auto" id="Something"></audio>
<audio src="sound/1.mp3" preload="auto" id="flowersound1"></audio>
<audio src="sound/2.mp3" preload="auto" id="flowersound2"></audio>
<audio src="sound/3.mp3" preload="auto" id="flowersound3"></audio>
<audio src="sound/4.mp3" preload="auto" id="flowersound4"></audio>
<audio src="sound/5.mp3" preload="auto" id="flowersound5"></audio>
<audio src="sound/6.mp3" preload="auto" id="flowersound6"></audio>
<audio src="sound/7.mp3" preload="auto" id="flowersound7"></audio>
<audio src="sound/8.mp3" preload="auto" id="flowersound8"></audio>
<audio src="sound/9.mp3" preload="auto" id="flowersound9"></audio>
<script src="lib/sketch.min.js"></script>
<script src="lib/dat.gui.min.js"></script>
<script src="https://ajax.aspnetcdn.com/ajax/jQuery/jquery-3.4.1.min.js"></script>
<script src="js/imageadd.js"></script>
<script src="js/tentacles.js"></script>
<div class="dg ac">
<div class="dg main a" style="width: 245px;">
<div style="width: 6px; margin-left: -3px; height: 0px; position: absolute;"></div>
<div class="close-button" style="width: 245px; height: 20px;"></div>
</div>
</div>
</body>
</html>