]> 472bisson.ca Git - magnet.git/blob - magnet.html
Small Changes
[magnet.git] / magnet.html
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4 <title>Magnet</title>
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" />
10 </head>
11 <body>
12 <div class="w3-card-4">
13 <div class="w3-container w3-green">
14 <h2>Magnet Info</h2>
15 </div>
16 <form class="w3-container" name="magnet" method="get" action="#">
17 <p>
18 <label>Infohash</label>
19 <input class="w3-input" type="text" name="infohash" placeholder="Hash of the Torrent Ex: DA39A3EE5E6B4B0D3255BFEF95601890AFD80709" />
20 </p>
21 <p>
22 <label>Name</label>
23 <input class="w3-input" type="text" name="tname" placeholder="Name of the Torrent Ex:Linux 5.7" />
24 </p>
25 <p>
26 <label>Trackers</label>
27 <textarea class="w3-input" name="trackers" placeholder="Trackers Ex: udp://tracker.opentrackr.org:1337/announce"></textarea>
28 </p>
29 <p>
30 <label>Webseeds</label>
31 <input class="w3-input" type="text" name="webseeds" placeholder="Web Seeds Ex: http://example.com/linux.iso" />
32 </p>
33 <p>
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">
36 </p>
37 </form>
38 </div>
39 </body>
40 </html>