mirror of
https://github.com/zhigang1992/react-native-web.git
synced 2026-03-27 01:34:17 +08:00
12 lines
211 B
HTML
12 lines
211 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Performance tests</title>
|
|
</head>
|
|
<body>
|
|
<div class="root"></div>
|
|
<script src="dist/performance.bundle.js"></script>
|
|
</body>
|
|
</html>
|