-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (25 loc) · 1.21 KB
/
index.html
File metadata and controls
33 lines (25 loc) · 1.21 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 lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Digital Shells</title>
<link rel="stylesheet" type="text/css" href="./style.css">
<script src="./libraries/p5.min.js"></script>
<script src="./libraries/quicksettings.js" type="text/javascript"></script>
<script src="./libraries/p5.gui.js" type="text/javascript"></script>
<!-- unused -->
<!-- <script src="https://unpkg.com/p5.js-export/p5.js-export.js"></script> -->
<!-- <script src="libraries/p5.sound.min.js"></script> -->
<!-- <script src="https://cdn.jsdelivr.net/npm/p5.capture@1.4.1/dist/p5.capture.umd.min.js"></script> -->
<!-- <script src="https://unpkg.com/p5.createloop@0.3.1/dist/p5.createloop.js"></script> -->
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap" rel="stylesheet">
<!-- see: https://github.com/orgs/community/discussions/52356 -->
</head>
<body>
<script src="sketch.js"></script>
</body>
</html>