slige/web/public/index.html

15 lines
333 B
HTML
Raw Normal View History

2024-11-21 03:12:07 +00:00
<!DOCTYPE html>
2024-11-20 14:49:59 +00:00
<html>
2024-11-21 03:12:07 +00:00
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="style.css">
<script src="index.js" type="module" defer></script>
</head>
<body>
<main>
<div id="code-coverage"></div>
<div id="flame-graph"></div>
</main>
</body>
2024-11-20 14:49:59 +00:00
</html>