-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
25 lines (19 loc) · 876 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>UsefulTools: Moz</title>
<link rel="stylesheet" type="text/css" href="style.css">
<script src="libraries/p5.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/tone/14.8.49/Tone.min.js" integrity="sha512-Siyxh4gyNM5SaERNa9BOZSPcu/auHyFUWn9OVFD7MxI3/dVPQklE7tfqS+pLmPHF1zo6UdDaJAp/thihrf0c7w==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
</head>
<body>
<!-- <button class="add-button"><i class="fas fa-plus"></i></button> -->
<script src="js/sketch.js"></script>
<script src="js/zigzag.js"></script>
<script src="js/sequencer.js"></script>
<script src="js/ui-elements.js"></script>
<script src="js/sound.js"></script>
</body>
</html>