websoft9/cockpit/nginxproxymanager/index.html

13 lines
288 B
HTML
Raw Normal View History

2022-11-01 15:10:37 +08:00
<html>
<head>
<title>Embedded Cockpit</title>
<script src="../base1/cockpit.js"></script>
<script src="../manifests.js"></script>
<script src="../*/po.js"></script>
</head>
<body>
2022-11-02 13:51:49 +08:00
<iframe src="/nginxproxymanager/" width="100%" height="100%"></iframe>
2022-11-01 15:10:37 +08:00
</body>
2022-11-02 13:51:49 +08:00
</html>