Init
This commit is contained in:
commit
dcaeaf7b78
2
Dockerfile
Normal file
2
Dockerfile
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
FROM httpd:2.4
|
||||||
|
COPY ./public-html/ /usr/local/apache2/htdocs/
|
22
public-html/index.html
Normal file
22
public-html/index.html
Normal 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
BIN
public-html/internet.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 206 KiB |
Loading…
Reference in New Issue
Block a user