This commit is contained in:
maride 2021-01-11 13:30:07 +01:00
commit dcaeaf7b78
3 changed files with 24 additions and 0 deletions

2
Dockerfile Normal file
View File

@ -0,0 +1,2 @@
FROM httpd:2.4
COPY ./public-html/ /usr/local/apache2/htdocs/

22
public-html/index.html Normal file
View File

@ -0,0 +1,22 @@
<!DOCTYPE html>
<html>
<head>
<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>

BIN
public-html/internet.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 206 KiB