Skip to content

Instantly share code, notes, and snippets.

@anthonybudd
Last active March 10, 2018 17:44
Show Gist options
  • Select an option

  • Save anthonybudd/f60d4fdc27bf1217021c098231079ae3 to your computer and use it in GitHub Desktop.

Select an option

Save anthonybudd/f60d4fdc27bf1217021c098231079ae3 to your computer and use it in GitHub Desktop.
<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