fix some weird indenting

This commit is contained in:
biglyderv 2025-02-25 18:36:13 -05:00
parent d1d2d08330
commit a2f8452eec
Signed by: biglyderv
GPG key ID: 0E2EB0B4CD7397B5
4 changed files with 20 additions and 85 deletions

View file

@ -10,7 +10,7 @@
<body>
<%- include('header.ejs',{headerCtx}); %>
<%- include(mainPage, mainCtx); %>
<%- include(mainPage, mainCtx); %>
</body>
</html>