Skip to content

Commit 36405e5

Browse files
committed
Merge branch 'master' of https://github.com/zttonly/js-framework-benchmark into zttonly-master
2 parents f337b8b + d5601bc commit 36405e5

File tree

7 files changed

+6728
-0
lines changed

7 files changed

+6728
-0
lines changed

frameworks/keyed/san-store/index.html

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

0 commit comments

Comments
 (0)