2019-07-14 20:37:26 +02:00
|
|
|
<html lang="en">
|
2019-07-19 15:15:05 +02:00
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
|
2019-07-14 20:37:26 +02:00
|
|
|
<title>Document</title>
|
2019-07-19 15:15:05 +02:00
|
|
|
<link rel="stylesheet" href="./style.css" />
|
|
|
|
</head>
|
2019-07-14 20:37:26 +02:00
|
|
|
|
2019-07-19 15:15:05 +02:00
|
|
|
<body>
|
2019-07-14 20:37:26 +02:00
|
|
|
<header>
|
2019-07-19 15:15:05 +02:00
|
|
|
<h1>Benchmarking</h1>
|
2019-07-14 20:37:26 +02:00
|
|
|
</header>
|
2019-07-19 15:15:05 +02:00
|
|
|
<main id="root"></main>
|
2019-07-14 20:37:26 +02:00
|
|
|
|
|
|
|
<script src="./bundle.js"></script>
|
2019-07-19 15:15:05 +02:00
|
|
|
</body>
|
|
|
|
</html>
|