mt-polygon-simplification/benchmarking/public/index.html

23 lines
536 B
HTML
Raw Normal View History

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-08-06 14:03:05 +02:00
<footer>
Footer
2019-08-08 21:25:39 +02:00
<a href="./loadChart.html">Load previously saved chart</a>
2019-08-06 14:03:05 +02:00
</footer>
2019-07-14 20:37:26 +02:00
<script src="./bundle.js"></script>
2019-07-19 15:15:05 +02:00
</body>
</html>