math-off-vote-plot/index.html

20 lines
500 B
HTML
Raw Permalink Normal View History

2025-02-09 20:32:43 +00:00
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Big Math-Off 2024 voting results</title>
<script type="module" src="script.js"></script>
<link rel="stylesheet" href="style.css"></link>
</head>
<body>
<header>
<h1>Big Math-Off 2024 voting results</h1>
</header>
<main>
<poll-plot></poll-plot>
<ul id="other-matches"></ul>
</main>
</body>
</html>