feat: complete day 16

This commit is contained in:
Ayobami
2025-07-21 22:23:26 +01:00
parent cbbb0ed4c4
commit dc35cfcb3f
20 changed files with 764 additions and 20 deletions
+7
View File
@@ -0,0 +1,7 @@
<%- include('partials/header') %>
<div style="padding: 32px; max-width: 700px; margin: 0 auto">
<p style="margin-top: 32px; font-size: 1.2em">
Thanks for filling in the form. You will be emailed next steps.
</p>
</div>
<%- include('partials/footer') %>