mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-04-25 16:50:52 +00:00
10 lines
263 B
Plaintext
10 lines
263 B
Plaintext
<% var title = 'Nginx Proxy Manager' %>
|
|
<%- 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 %>
|