-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathhexponents.html
More file actions
24 lines (20 loc) · 858 Bytes
/
hexponents.html
File metadata and controls
24 lines (20 loc) · 858 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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="mystyle.css">
<meta charset="utf-8"/>
<meta name="theme-color" content="#000000">
<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="hexponents/main.js"></script>
<script src="hexponents/controls.js"></script>
<script src="core/color.js"></script>
<script src="core/ui.js"></script>
<script src="hexponents/utilities.js"></script>
<script src="hexponents/setup.js"></script>
<script src="core/toolbox.js"></script>
</body>
</html>