Initial commit
All checks were successful
build-and-pudh / docker (push) Successful in 32s

This commit is contained in:
dobiadi
2024-10-24 12:27:17 +02:00
commit d4acdc6caf
3 changed files with 62 additions and 0 deletions

19
index.html Normal file
View File

@@ -0,0 +1,19 @@
<!doctype html>
<html>
<head>
<title>Demo app!</title>
<style>
html {
color-scheme: light dark;
}
body {
width: 35em;
margin: 0 auto;
font-family: Tahoma, Verdana, Arial, sans-serif;
}
</style>
</head>
<body>
<h1>Welcome to nginx!</h1>
</body>
</html>