-
Notifications
You must be signed in to change notification settings - Fork 0
/
indhtml.html
40 lines (35 loc) · 1.3 KB
/
indhtml.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<html>
<head>
<title>Elements - Post your complaints</title>
<meta charset="utf-8" />
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
</head>
<body>
<!-- Main -->
<h2>FORM</h2>
<!-- Form -->
<section>
<h3>Form</h3>
<form method="post" action="http://localhost:3000/">
<div class="6u 12u$(xsmall)">
<input type="text" name="To" id="To" value="" placeholder="Account S_ID" />
</div>
<div class="6u$ 12u$(xsmall)">
<input type="text" name="Body" id="Body" value="" placeholder="Body" />
</div>
<div class="12u$">
<textarea name="MediaUrl" id="MediaUrl" placeholder="Enter Media URL" rows="6"></textarea>
</div>
<div class="12u$">
<ul class="actions">
<li><input type="submit" value="Send Message" class="special" /></li>
</ul>
</div>
</div>
</form>
</section>
</div>
</section>
</body>
</html>