Initial commit
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,19 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title><%= title %></title>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="/css/styles.css?v=<%- version %>">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/favicon/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon/favicon-16x16.png">
|
||||
<link rel="manifest" href="/images/favicon/manifest.json">
|
||||
<link rel="mask-icon" href="/images/favicon/safari-pinned-tab.svg" color="#f0ad00">
|
||||
<link rel="shortcut icon" href="/images/favicon/favicon.ico">
|
||||
<meta name="msapplication-config" content="/images/favicon/browserconfig.xml">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
<script src="/js/main.js?v=<%- version %>"></script>
|
||||
</head>
|
||||
<body<% if (typeof bodyId !== 'undefined') { %> id="<%= bodyId %>"<% } %>>
|
||||
@@ -0,0 +1,9 @@
|
||||
<% var title = 'Nginx Proxy Manager' %>
|
||||
<%- include includes/header.ejs %>
|
||||
|
||||
<div id="app" class="loading">
|
||||
<span class="loader">Loading...</span>
|
||||
</div>
|
||||
<div class="modal fade" id="modal-dialog" tabindex="-1" role="dialog" aria-hidden="true" style="display: none;"></div>
|
||||
|
||||
<%- include includes/footer.ejs %>
|
||||
Reference in New Issue
Block a user