Skip to content

Commit 2e3e41e

Browse files
committed
Merge branch 'spheres' of https://github.com/brian-watkins/js-framework-benchmark into brian-watkins-spheres
2 parents faf9281 + fb168f2 commit 2e3e41e

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)