web/app/views/contact.html
2017-09-30 22:12:29 -04:00

7 lines
321 B
HTML

<h4>Set up a no-obligation fifteen minute call now
<form action="/contact/request" method="POST">
<input type="text" name="name" placeholder="Your Name" REQUIRED />
<input type="email" name="email" placeholder="Your Email" REQUIRED />
<input type="submit" name="submit" value="Let's Chat" />
</form>
</h4>