mirror of
https://github.com/responsively-org/responsively-app
synced 2024-11-15 08:57:15 +00:00
23 lines
487 B
HTML
23 lines
487 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
|
|
<h1>Thanks for submitting a form on our website.</h1>
|
|
<P>
|
|
Dear [[contact-name]],
|
|
</P>
|
|
<p>
|
|
We're glad you took the time to send us a message.
|
|
</p>
|
|
<p>
|
|
Just so you know, this is an automated email sent from our website.
|
|
</p>
|
|
<p>
|
|
We'll be in touch with you soon to respond to your enquiry.
|
|
</p>
|
|
<p>
|
|
Regards, <br />
|
|
Company Name Here <br />
|
|
</p>
|
|
</body>
|
|
</html>
|