mirror of
https://github.com/zoriya/react-native-web.git
synced 2025-12-20 05:25:24 +00:00
17 lines
381 B
HTML
17 lines
381 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Performance tests</title>
|
|
<meta name="viewport" content="width=device-width">
|
|
<style>
|
|
html, body { height: 100%; width: 100%; overflow: hidden; }
|
|
.root { height: 100%; overflow: hidden; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="root"></div>
|
|
<script src="./bundle.js"></script>
|
|
</body>
|
|
</html>
|