-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (26 loc) · 738 Bytes
/
index.html
File metadata and controls
29 lines (26 loc) · 738 Bytes
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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>PLEXURE</title>
<meta name="description" content="Freesound Splatter Board">
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<canvas id="canvas"></canvas>
<div id="modal">
<input class="search" type="search" id="in" placeholder="Search" />
<div id="container">
<ul id="spinner" class="spinner">
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
</div>
</div>
<script type="text/javascript" src="script/freesound.js"></script>
<script type="text/javascript" src="script/soundmanager2.js"></script>
<script type="text/javascript" src="script/plexure.js"></script>
</body>
</html>