homeboergmann/views/index.ejs

9 lines
126 B
Plaintext
Raw Normal View History

2024-06-06 20:45:42 +02:00
<%- include('partials/header') %>
<h1>Turnstunden Organisation</h1>
</body>
</html>
<%- include('partials/footer') %>