Files
demo-app/index.html
dobiadi d4acdc6caf
All checks were successful
build-and-pudh / docker (push) Successful in 32s
Initial commit
2024-10-24 12:27:17 +02:00

20 lines
332 B
HTML

<!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>