Safe3-openresty-manager/nginx/html/index.html
UUSEC Technology 12467d8fd1 open source
2025-04-30 13:05:17 +08:00

23 lines
668 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Welcome to Openresty Manager!</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 Openresty Manager!</h1>
<p>If you see this page, the Openresty Manager is successfully installed and
working. Further configuration is required.</p>
<p>For online documentation and support please refer to
<a href="http://www.uusec.com/">www.uusec.com</a>.<br/>
Commercial support is available at
<a href="http://www.uusec.com/">www.uusec.com</a>.</p>
<p><em>Thank you for using Openresty Manager.</em></p>
</body>
</html>