kaeseschliesstdenmagen.de/public-html/index.html

25 lines
434 B
HTML
Raw Permalink 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%;
2021-01-23 12:19:08 +00:00
text-align: center;
2021-01-11 12:30:07 +00:00
}
</style>
</head>
<body>
2021-01-23 12:19:08 +00:00
<img src="avernerschild.png" alt="Das Internet" width=50%>
2021-01-11 12:30:07 +00:00
</body>
</html>