-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
28 lines (26 loc) · 1.03 KB
/
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
26
27
28
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" >
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
<title> QUBE </title>
<style>
body { margin: 0; }
</style>
</head>
<body>
<!-- <script type="module" src="/main.js"></script> -->
<!-- <script type="module" src="/gpt-cube.js"></script> -->
<!-- <script type="module" src="/cursor.js"></script> -->
<!-- <script type="module" src="/qube.js"></script> -->
<!-- <script type="module" src="/eternal.js"></script> -->
<!-- <script type="module" src="/q.js"></script> -->
<!-- <script type="module" src="koch_snowflake.js"></script> -->
<!-- <script type="module" src="colored_central_planes.js"></script> -->
<!-- - <script type="module" src="golden_ratio_spiral.js"></script> -->
<!-- <script type="module" src="infinite_box.js"></script> -->
<script type="module" src="claude_4D_tesseract_2.js"></script>
</body>
</html>
<!DOCTYPE html>
<html lang="en">