This commit is contained in:
2022-03-27 08:11:20 +02:00
commit 43034bb8c0
22 changed files with 722 additions and 0 deletions

View File

@ -0,0 +1,15 @@
<html>
<head><title>STRONA CZERWONA NGINX</title>
<style>
html {
font-size: 500.0%;
}
div {
text-align: center;
}
</style>
</head>
<body>
<div>STRONA CZERWONA NGINX !</div>
</body>
</html>