mirror of
https://github.com/zhigang1992/styled-components.git
synced 2026-06-15 10:38:22 +08:00
17 lines
386 B
HTML
17 lines
386 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="./dist/bundle.js"></script>
|
|
</body>
|
|
</html>
|