first commit

This commit is contained in:
Christian Lawson-Perfect 2025-02-09 20:32:43 +00:00
commit 941d060004
5 changed files with 188 additions and 0 deletions

20
index.html Normal file
View file

@ -0,0 +1,20 @@
<!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>