This commit is contained in:
2025-11-27 16:33:42 +01:00
commit ca9ac29ea4
19 changed files with 3346 additions and 0 deletions

4
views/create.ejs Normal file
View File

@@ -0,0 +1,4 @@
<form action="/customers" method="post">
<%- include('form', { customer: {} }) %>
<button class="btn btn-success">Zapisz</button>
</form>