2017-12-20 18:02:37 -05:00
<!DOCTYPE html>
2024-12-29 03:00:37 -05:00
< html lang = "zh" >
2017-12-20 18:02:37 -05:00
< head >
< meta charset = "utf-8" >
< meta http-equiv = "X-UA-Compatible" content = "IE=edge" >
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
< title > Default Site< / title >
2024-08-01 16:09:33 -04:00
< link href = "https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css" rel = "stylesheet" >
2017-12-20 18:02:37 -05:00
< style >
.jumbotron { margin-top: 50px; }
< / style >
< / head >
< body >
< div class = "container" >
< div class = "jumbotron" >
2024-12-29 03:00:37 -05:00
< h1 > 恭喜!< / h1 >
< p > 您已成功启动 Nginx 代理管理器。< / p >
< p > 如果您看到此站点,则说明您正在尝试访问尚未设置的主机。< / p >
< p > 登录管理面板开始使用。< / p >
2017-12-20 18:02:37 -05:00
< / div >
2024-12-29 03:00:37 -05:00
< p class = "text-center" > < small > Powered by < a href = "https://github.com/xiaoxinpro/nginx-proxy-manager-zh" target = "_blank" > Nginx Proxy Manager< / a > < / small > < / p >
2017-12-20 18:02:37 -05:00
< / div >
< / body >
< / html >