This commit is contained in:
Felix Pankratz 2022-07-05 21:06:49 +02:00
parent 0a548aed85
commit 5eac4f278b
2 changed files with 5 additions and 0 deletions

View File

@ -13,6 +13,7 @@
</head>
<body>
<h1>Heini Bingo</h1>
<table>
</table>
<script src="script.js"></script>

View File

@ -13,3 +13,7 @@ td {
font-size: 200%;
font-family: Arial, Helvetica, sans-serif;
}
h1 {
font-family: Arial, Helvetica, sans-serif;
text-align: center;
}