-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (31 loc) · 976 Bytes
/
index.html
File metadata and controls
38 lines (31 loc) · 976 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
26
27
28
29
30
31
32
33
34
35
36
37
38
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite App</title>
</head>
<body>
<a href="./star_war/index.html">
<h3>Start War</h3>
</a>
<div id="sk-star-war-animation"></div>
<script type="module" src="./star_war/index.js"></script>
<a href="./purple_rain/index.html">
<h3>Purple Rain</h3>
</a>
<div id="sk-purple-rain"></div>
<script type="module" src="./purple_rain/index.js"></script>
<a href="./merge_sponge_fractal/index.html">
<h3>Merge Sponge Fractal</h3>
</a>
<div id="sk-merge-sponge-fractal"></div>
<script type="module" src="./merge_sponge_fractal/index.js"></script>
<a href="./mitosis_cells/index.html">
<h3>Mitosis Cell</h3>
</a>
<div id="sk-mitosis-cells"></div>
<script type="module" src="./mitosis_cells/index.js"></script>
</body>
</html>