Files
unifi-voucher-site/app/views/index.ejs
2021-01-16 09:45:22 +01:00

20 lines
523 B
Plaintext

<!DOCTYPE html>
<html lang="en">
<head>
<%- include('partials/head') %>
</head>
<body>
<%- include('partials/preloader') %>
<main>
<%- include(template) %>
</main>
<%- include('partials/footer') %>
<script>
var expressConfig = {protocol: '<%= protocol %>', hostname: '<%= hostname %>', baseUrl: '<%= baseUrl %>'};
</script>
<script src="/dist/<%= assets.js %>" type="application/javascript"></script>
</body>
</html>