Skip to content

Commit 09ded8e

Browse files
committed
Merge branch 'add-thyn-framework' of github.com:twharmon/js-framework-benchmark into twharmon-add-thyn-framework
2 parents b8bbbc4 + 281dc0a commit 09ded8e

File tree

8 files changed

+1775
-0
lines changed

8 files changed

+1775
-0
lines changed

frameworks/keyed/thyn/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+
4+
<head>
5+
<title>Thyn</title>
6+
<link href="/css/currentStyle.css" rel="stylesheet"/>
7+
<script type="module" crossorigin src="./src/main.js"></script>
8+
</head>
9+
10+
<body></body>
11+
12+
</html>

0 commit comments

Comments
 (0)