first commit
This commit is contained in:
commit
941d060004
5 changed files with 188 additions and 0 deletions
20
index.html
Normal file
20
index.html
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue