mirror of
https://github.com/xiaoxinpro/nginx-proxy-manager-zh.git
synced 2025-01-22 12:58:13 -05:00
10 lines
262 B
Plaintext
10 lines
262 B
Plaintext
<% var title = 'Nginx 代理管理器' %>
|
|
<%- include partials/header.ejs %>
|
|
|
|
<div id="app" class="page">
|
|
<span class="loader"></span>
|
|
</div>
|
|
|
|
<script type="text/javascript" src="/js/main.bundle.js?v=<%= version %>"></script>
|
|
<%- include partials/footer.ejs %>
|