neb/servers/apoc/docker-compose.d/custom/nginx/content/index.html

23 lines
358 B
HTML
Raw Normal View History

2023-10-20 15:50:35 +02:00
<!DOCTYPE html>
<html>
<head>
<title>Welcome to nginx!</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 apoc!</h1>
</body>
</html>