8 lines
261 B
Plaintext
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') %>
|