-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (24 loc) · 821 Bytes
/
index.html
File metadata and controls
25 lines (24 loc) · 821 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
<!doctype html>
<html lang="en">
<head>
<script crossorigin="anonymous"
integrity="sha512-N4kV7GkNv7QR7RX9YF/olywyIgIwNvfEe2nZtfyj73HdjCUkAfOBDbcuJ/cTaN04JKRnw1YG1wnUyNKMsNgg3g=="
referrerpolicy="no-referrer"
src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.4.0/p5.min.js">
</script>
<script crossorigin="anonymous"
integrity="sha512-WzkwpdWEMAY/W8WvP9KS2/VI6zkgejR4/KTxTl4qHx0utqeyVE0JY+S1DlMuxDChC7x0oXtk/ESji6a0lP/Tdg=="
referrerpolicy="no-referrer"
src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.4.0/addons/p5.sound.min.js">
</script>
<script src="dist/main.js"></script>
<style>
*, *::before, *::after {
margin: 0;
padding: 0
}
</style>
</head>
<body>
</body>
</html>