Skip to content

Commit d23d305

Browse files
committed
Merge branch 'brian-watkins-spheres'
2 parents faf9281 + 2e3e41e commit d23d305

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)