Skip to content

Commit 6f15a24

Browse files
committed
Merge branch 'benchmark/react-native-onyx' of github.com:blazejkustra/js-framework-benchmark into blazejkustra-benchmark/react-native-onyx
2 parents 409d9ef + 0ad76e6 commit 6f15a24

File tree

6 files changed

+7793
-0
lines changed

6 files changed

+7793
-0
lines changed
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>React Native Onyx</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)