mirror of
https://github.com/leoherzog/TorrentParts.git
synced 2026-01-23 19:58:03 -08:00
Initial proof of concept
This commit is contained in:
24
index.html
Normal file
24
index.html
Normal file
@@ -0,0 +1,24 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<head></head>
|
||||
|
||||
<body>
|
||||
|
||||
<div class="form-group">
|
||||
<label class="col-form-label" for="magnet">Magnet URL</label>
|
||||
<input id="magnet" type="text" class="form-control" placeholder="magnet:?xt=urn:btih…" />
|
||||
<div>or</div>
|
||||
<label class="col-form-label" for="torrent">Upload Torrent</label>
|
||||
<input id="torrent" type="file" />
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label class="col-form-label" for="name">Torrent Name</label>
|
||||
<input id="name" type="text" class="form-control" value="" />
|
||||
</div>
|
||||
|
||||
<script src="bundle.js"></script>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user