Skip to content

Commit a0ec04f

Browse files
committed
Merge branch 'nanoviews' of github.com:TrigenSoftware/js-framework-benchmark into TrigenSoftware-nanoviews
2 parents c99a902 + 358ab13 commit a0ec04f

File tree

5 files changed

+717
-0
lines changed

5 files changed

+717
-0
lines changed

frameworks/keyed/nanoviews/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>Nanoviews-keyed</title>
6+
<link href="/css/currentStyle.css" rel="stylesheet"/>
7+
</head>
8+
<body>
9+
<div id='main'></div>
10+
<script src='dist/main.js'></script>
11+
</body>
12+
</html>

0 commit comments

Comments
 (0)