-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathcursedequations.html
More file actions
22 lines (21 loc) · 955 Bytes
/
cursedequations.html
File metadata and controls
22 lines (21 loc) · 955 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="mystyle.css">
<meta charset="utf-8"/>
<script src="https://openprocessing.org/openprocessing_sketch.js"></script>
<script src="https://cdn.jsdelivr.net/npm/p5@1.11.3/lib/p5.js"></script>
<meta name="viewport" content="user-scalable=no,initial-scale=1,maximum-scale=1,minimum-scale=1,width=device-width">
</head>
<body>
<script src="cursedequations/main.js"></script>
<script src="cursedequations/controls.js"></script>
<script src="core/color.js"></script>
<script src="cursedequations/shape.js"></script>
<script src="cursedequations/ui.js"></script>
<script src="cursedequations/utilities.js"></script>
<script src="cursedequations/setup.js"></script>
<script src="cursedequations/icons.js"></script>
<script src="cursedequations/funks.js"></script>
</body>
</html>