17 lines
450 B
HTML
17 lines
450 B
HTML
<p>in the frst box
|
|
in the secit box add @ simbul or e mall</p>
|
|
<a href="index.html">home</a>
|
|
<form name="contact" netlify>
|
|
<p>
|
|
<label>Name<input type="text" name="name" /></label>
|
|
</p>
|
|
<p>
|
|
<label>Your Email: <input type="email" name="email" /></label>
|
|
</p>
|
|
</p>
|
|
<p><label>Message: <textarea name="message"></textarea></label>
|
|
</p>
|
|
<p>
|
|
<button type="submit">Send</button>
|
|
</p>
|
|
</form> |