2022-07-05 20:17:38 +02:00
|
|
|
<!doctype html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
2022-12-02 00:40:51 +01:00
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
2022-07-05 20:17:38 +02:00
|
|
|
|
2022-12-02 00:40:51 +01:00
|
|
|
<title>Bingo</title>
|
|
|
|
<meta name="description" content="Stammtisch Bingo">
|
2022-07-05 20:42:38 +02:00
|
|
|
|
2022-12-02 00:40:51 +01:00
|
|
|
<link rel="stylesheet" href="style.css">
|
|
|
|
<script src="script.js" defer></script>
|
2022-07-05 20:17:38 +02:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
2022-12-02 00:40:51 +01:00
|
|
|
<h1>7 vs. Wild Bingo <span id="refresh-bingo">🔄</span></h1>
|
|
|
|
<table id="bingo"></table>
|
|
|
|
<p id="seeed">Seeed: <span id="seeed-value"></span> <span id="copy-permalink">📋</span></p>
|
2022-07-05 20:17:38 +02:00
|
|
|
</body>
|
|
|
|
</html>
|