20 lines
529 B
HTML
20 lines
529 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<title>Bingo</title>
|
|
<meta name="description" content="Stammtisch Bingo">
|
|
|
|
<link rel="stylesheet" href="style.css">
|
|
<script src="script.js" defer></script>
|
|
</head>
|
|
|
|
<body>
|
|
<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>
|
|
</body>
|
|
</html>
|