Files
internship_node/day17/views/success.ejs
T
2025-07-21 22:23:26 +01:00

8 lines
261 B
Plaintext

<%- 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') %>