web/views/contact.html

7 lines
292 B
HTML

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