Files
react-native-web/benchmarks/index.html
Nicolas Gallagher 12dd4215b5 Benchmarks deploy
2018-01-17 17:37:29 -08:00

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>