blob: 12c823689bc86c77b889ec61587e48acb6d58b46 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<html>
<body>
<h1>Index.html</h1>
<form method="POST">
Title: <input type="text" name="title" size="24"/>
<br />
Paste:
<br />
<textarea name="paste" cols="80" rows="10"></textarea>
<br />
<input type="checkbox" name="show" value="1" checked />Show link
<br />
<input type="submit" value="Binit!">
</form>
</body>
</html>
|