mirror of
https://github.com/Safe3/openresty-manager.git
synced 2025-10-04 05:42:06 +08:00
23 lines
668 B
HTML
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>
|