Last active
March 10, 2018 17:44
-
-
Save anthonybudd/f60d4fdc27bf1217021c098231079ae3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <h3>You have a new contact from enquirey!</h3><br> | |
| <p> | |
| <strong>Time:</strong><?= $time ?> | |
| </p> | |
| <p> | |
| <strong>Name:</strong><?= $name ?> | |
| </p> | |
| <p> | |
| <strong>email:</strong> | |
| <a href="mailto:<?= $email ?>"><?= $email ?></a> | |
| </p> | |
| <p> | |
| <strong>Message:</strong><br> | |
| <?= $message ?> | |
| </p> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment