bingo/index.html

22 lines
374 B
HTML
Raw Normal View History

2022-07-05 20:17:38 +02:00
<!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">
2022-07-05 20:42:38 +02:00
<link rel="stylesheet" href="style.css">
2022-07-05 20:17:38 +02:00
</head>
<body>
2022-07-05 21:06:49 +02:00
<h1>Heini Bingo</h1>
2022-07-05 20:17:38 +02:00
<table>
</table>
<script src="script.js"></script>
</body>
</html>