20 lines
500 B
HTML
20 lines
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>
|