mirror of
https://github.com/leoherzog/TorrentParts.git
synced 2026-05-01 20:30:09 -07:00
Add Magnet and Torrent File Export
This commit is contained in:
+16
-1
@@ -47,12 +47,27 @@
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label class="col-form-label" for="files">Files <span id="torrentSize"></span></label>
|
||||
<label class="col-form-label" for="files">Files</label>
|
||||
<table id="files">
|
||||
<tbody id="filesBody"></tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<div id="copyMagnet">
|
||||
<span class="fa-stack fa-2x">
|
||||
<span class="fas fa-circle fa-stack-2x"></span>
|
||||
<span class="fad fa-magnet fa-stack-1x fa-inverse" data-fa-transform="down-1"></span>
|
||||
</span>
|
||||
</div>
|
||||
<div id="downloadTorrent">
|
||||
<span class="fa-stack fa-2x">
|
||||
<span class="fas fa-circle fa-stack-2x"></span>
|
||||
<span class="fas fa-file-download fa-stack-1x fa-inverse"></span>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script src="bundle.js"></script>
|
||||
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user