Files

45 lines
592 B
Plaintext

<!doctype html>
<html lang="nl">
<head>
<%- include("../partials/head") %>
</head>
<body>
<div class="page">
<%- include("../partials/navbar") %>
<div class="page-wrapper">
<div class="container-xl">
<%- include("../partials/flash") %>
<%- body %>
</div>
<%- include("../partials/footer") %>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/@tabler/core@latest/dist/js/tabler.min.js"></script>
<script src="/socket.io/socket.io.js"></script>
<script src="/js/app.js?v=10"></script>
</body>
</html>