-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathform.html
27 lines (27 loc) · 889 Bytes
/
form.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
<!DOCTYPE html>
<html>
<head>
<title>ToMeta</title>
</head>
<body>
<h1>ToMeta <a href="http://en.wikipedia.org/wiki/Metalink">metalink4</a> generator</h1>
<p>
Simple form - you should better use self generated URLs for this.<br>
See <a href="./?badquery=badquery">Error Page</a> for help.<br>
<u><b>No input verification/validation! No waranty of any form! Use at your own risk.</b></u>
</p>
<form action="./" method="get">
Filename:<input type="text" name="name"><br>
Filesize:<input type="text" name="size"><br>
URL:<input type="text" name="url"><br>
URL:<input type="text" name="url"><br>
URL:<input type="text" name="url"><br>
URL:<input type="text" name="url"><br>
Torrent:<input type="text" name="metaurl:torrent"><br>
MD5:<input type="text" name="hash:md5"><br>
SHA-256:<input type="text" name="hash:sha-256"><br>
<input type="submit" >
<input type="reset" >
</form>
</body>
</html>