14 lines
373 B
HTML
14 lines
373 B
HTML
<p>in the secit box add @ simbul or e mall</p>
|
|
<a herf="index.html">home</a>
|
|
<link rel="stylesheet" href="style.css">
|
|
<form name="contact" netlify>
|
|
<p>
|
|
<label>Name <input type="text" name="name" /></label>
|
|
</p>
|
|
<p>
|
|
<label>Email <input type="email" name="email" /></label>
|
|
</p>
|
|
<p>
|
|
<button type="submit">Send</button>
|
|
</p>
|
|
</form> |