nginx-proxy-manager/src/frontend/js/app/empty/main.ejs

12 lines
241 B
Plaintext
Raw Normal View History

2018-07-08 21:22:10 -04:00
<% if (title) { %>
<h1 class="h2 mb-3"><%- title %></h1>
<% }
if (subtitle) { %>
<p class="h4 text-muted font-weight-normal mb-7"><%- subtitle %></p>
<% }
if (link) { %>
<a class="btn btn-teal" href="#"><%- link %></a>
<% } %>