mirror of
https://github.com/leoherzog/TorrentParts.git
synced 2026-01-23 19:58:03 -08:00
Add Files List
This commit is contained in:
11
index.html
11
index.html
@@ -1,6 +1,8 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<head></head>
|
||||
<head>
|
||||
<script src="https://kit.fontawesome.com/9ca49f101f.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
@@ -34,6 +36,13 @@
|
||||
<input id="hash" type="text" class="form-control" value="" placeholder="" disabled/>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label class="col-form-label" for="files">Files <span id="torrentSize"></span></label>
|
||||
<table id="files">
|
||||
<tbody id="filesBody"></tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<script src="bundle.js"></script>
|
||||
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user