parent
a14623dc24
commit
5af243aff3
|
@ -18,5 +18,35 @@
|
|||
</ul>
|
||||
<button>Buy</button>
|
||||
</div>
|
||||
|
||||
<form>
|
||||
<label>Your Name:</label>
|
||||
<br />
|
||||
<input />
|
||||
<br />
|
||||
|
||||
<label>Email:</label>
|
||||
<br />
|
||||
<input type="email"/>
|
||||
<br />
|
||||
|
||||
<label>Subject:</label>
|
||||
<br />
|
||||
<input type="text" />
|
||||
<br />
|
||||
|
||||
<label>Password:</label>
|
||||
<br />
|
||||
<input type="password" />
|
||||
<br />
|
||||
|
||||
<label>Message</label>
|
||||
<br />
|
||||
<textarea rows="4"></textarea>
|
||||
<br />
|
||||
|
||||
<input type="submit" value="Send Message"/>
|
||||
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue