汉化前端默认主页

This commit is contained in:
chishin 2023-04-05 14:57:36 +08:00
parent f53cac204f
commit 62bb39cae3

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<html lang="zh">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
@ -13,12 +13,12 @@
<body>
<div class="container">
<div class="jumbotron">
<h1>Congratulations!</h1>
<p>You've successfully started the Nginx Proxy Manager.</p>
<p>If you're seeing this site then you're trying to access a host that isn't set up yet.</p>
<p>Log in to the Admin panel to get started.</p>
<h1>恭喜!</h1>
<p>您已成功启动 Nginx 代理管理器。</p>
<p>如果您看到此站点,则说明您正在尝试访问尚未设置的主机。</p>
<p>登录管理面板开始使用。</p>
</div>
<p class="text-center"><small>Powered by <a href="https://github.com/jc21/nginx-proxy-manager" target="_blank">Nginx Proxy Manager</a></small></p>
<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>
</div>
</body>
</html>