first row

This commit is contained in:
nutzer26
2022-12-13 09:19:15 +01:00
commit 4f6426ff6f
8 changed files with 805 additions and 0 deletions

10
nginx/htdocs/index.html Normal file
View File

@@ -0,0 +1,10 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Docker Nginx</title>
</head>
<body>
<h2>Hello from Nginx container of notebook26</h2>
</body>
</html>