]>
472bisson.ca Git - magnet.git/blob - magnet.html
5 <meta charset=
"utf-8" />
6 <meta name=
"viewport" content=
"width=device-width, initial-scale=1">
7 <link rel=
"stylesheet" type=
"text/css" href=
"https://www.w3schools.com/w3css/4/w3.css">
8 <link rel=
"stylesheet" type=
"text/css" href=
"style.css">
9 <link rel=
"shortcut icon" type=
"image/x-icon" />
12 <div class=
"w3-card-4">
13 <div class=
"w3-container w3-green">
16 <form class=
"w3-container" name=
"magnet" method=
"get" action=
"#">
18 <label>Infohash
</label>
19 <input class=
"w3-input" type=
"text" name=
"infohash" placeholder=
"Hash of the Torrent Ex: DA39A3EE5E6B4B0D3255BFEF95601890AFD80709" />
23 <input class=
"w3-input" type=
"text" name=
"tname" placeholder=
"Name of the Torrent Ex:Linux 5.7" />
26 <label>Trackers
</label>
27 <textarea class=
"w3-input" name=
"trackers" placeholder=
"Trackers Ex: udp://tracker.opentrackr.org:1337/announce"></textarea>
30 <label>Webseeds
</label>
31 <input class=
"w3-input" type=
"text" name=
"webseeds" placeholder=
"Web Seeds Ex: http://example.com/linux.iso" />
34 <input class=
"w3-button w3-green" type=
"submit" name=
"submit" value=
"Create" />
35 <input class=
"w3-button w3-green" type=
"reset" name=
"reset" value=
"Reset">