25 lines
434 B
HTML
25 lines
434 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<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%;
|
|
text-align: center;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<img src="avernerschild.png" alt="Das Internet" width=50%>
|
|
</body>
|
|
</html>
|