math-off-vote-plot/index.html
Christian Lawson-Perfect 941d060004 first commit
2025-02-09 20:32:47 +00:00

20 lines
No EOL
500 B
HTML

<!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>