Skip to content

Commit fb168f2

Browse files
committed
Spheres 0.9 implementation
1 parent 649e2c1 commit fb168f2

File tree

8 files changed

+924
-0
lines changed

8 files changed

+924
-0
lines changed

frameworks/keyed/spheres/index.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8" />
5+
<title>Spheres</title>
6+
<link href="/css/currentStyle.css" rel="stylesheet" />
7+
<script type="module" src="dist/main.js"></script>
8+
</head>
9+
<body>
10+
<div id="main"></div>
11+
</body>
12+
</html>

frameworks/keyed/spheres/local.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8" />
5+
<title>Spheres</title>
6+
<link href="/css/currentStyle.css" rel="stylesheet" />
7+
<script type="module" src="./src/app.ts"></script>
8+
</head>
9+
<body>
10+
<div id="main"></div>
11+
</body>
12+
</html>

0 commit comments

Comments
 (0)