mirror of
https://github.com/leoherzog/TorrentParts.git
synced 2026-01-24 04:08:04 -08:00
Add Magnet and Torrent File Export
This commit is contained in:
17
index.html
17
index.html
@@ -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