Files
demo-app/index.html
dobiadi 7e54c802db
All checks were successful
build-and-push / docker (push) Successful in 29s
Make changes
2024-10-24 13:00:52 +02:00

20 lines
339 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 better nginx!</h1>
</body>
</html>