nginx-docker/data/html/index.html

19 lines
437 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>ngin-docker!</title>
<style>
html { color-scheme: light dark; }
body { width: 35em; margin: 0 auto;
font-family: Tahoma, Verdana, Arial, sans-serif; }
</style>
</head>
<body>
<h1>Nginx in a Docker container!</h1>
<p>For online documentation please refer to my website:
<a href="https://kaleyfischer.xyz/">WIP</a>.<br/>
<p><em>Thank you for using my nginx docker container.</em></p>
</body>
</html>