web/views/contact.html
2018-05-16 23:01:06 -04:00

7 lines
320 B
HTML

<h4>Set up a no-obligation fifteen minute call now
<form action="#" onsubmit="contactRequest()">
<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>