parent
a14623dc24
commit
5af243aff3
|
@ -18,5 +18,35 @@
|
||||||
</ul>
|
</ul>
|
||||||
<button>Buy</button>
|
<button>Buy</button>
|
||||||
</div>
|
</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>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
Reference in New Issue