Skip to content

Commit 8140647

Browse files
committed
Merge branch 'master' of https://github.com/zachlankton/js-framework-benchmark into zachlankton-master
2 parents eb30c6c + 2c656b9 commit 8140647

File tree

8 files changed

+4091
-0
lines changed

8 files changed

+4091
-0
lines changed

frameworks/keyed/rezact/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+
<title>Rezact (keyed)</title>
5+
<link href="/css/currentStyle.css" rel="stylesheet"/>
6+
</head>
7+
<body >
8+
<div id="main" class="container">
9+
</div>
10+
<script type="module" src='dist/assets/main.js'></script>
11+
</body>
12+
</html>

0 commit comments

Comments
 (0)