kaeseschliesstdenmagen.de/public-html/index.html

24 lines
392 B
HTML
Raw Normal View History

2021-01-11 12:30:07 +00:00
<!DOCTYPE html>
<html>
<head>
2021-01-11 12:40:58 +00:00
<meta charset="utf-8">
2021-01-11 12:30:07 +00:00
<title>Käse schließt den Magen</title>
<style type="text/css">
html {
display: table;
margin: auto;
height: 100%;
}
body {
display: table-cell;
vertical-align: middle;
height: 100%;
}
</style>
</head>
<body>
<img src="internet.png" alt="Das Internet">
</body>
</html>