mirror of
https://github.com/xiaoxinpro/nginx-proxy-manager-zh.git
synced 2025-02-02 09:48:13 -05:00
10 lines
258 B
Plaintext
10 lines
258 B
Plaintext
<% var title = i18n('main', 'app') %>
|
|
<%- 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 %>
|