Added contact form.
This commit is contained in:
parent
a6872fb415
commit
a7267ab8f2
16
src/contact.md
Normal file
16
src/contact.md
Normal file
@ -0,0 +1,16 @@
|
||||
---
|
||||
title: Contact Me
|
||||
|
||||
---
|
||||
|
||||
<form action="#">
|
||||
<label for="fname">First name:</label><br>
|
||||
<input type="text" id="fname" name="fname" value="John"><br>
|
||||
<label for="lname">Last name:</label><br>
|
||||
<input type="text" id="lname" name="lname" value="Doe"><br>
|
||||
<label for="email">Email:</label><br>
|
||||
<input type="email" id="email" name="email" value="doe@example.com"><br>
|
||||
<label for="message">Message:</label><br>
|
||||
<textarea id="email" name="message"></textarea><br><br>
|
||||
<input type="submit" value="Submit">
|
||||
</form>
|
||||
Loading…
Reference in New Issue
Block a user