Versie module 1 van 26-7
This commit is contained in:
@@ -0,0 +1,43 @@
|
||||
<!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">
|
||||
|
||||
<%- body %>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<%- include("../partials/footer") %>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<script src="https://cdn.jsdelivr.net/npm/@tabler/core@latest/dist/js/tabler.min.js"></script>
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user