Files
demo-app/index.html

20 lines
332 B
HTML
Raw Normal View History

2024-10-24 12:27:17 +02:00
<!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>