Add Button to Pull in Currently Active Trackers

This commit is contained in:
Leo Herzog
2020-06-26 14:10:05 -04:00
parent 643aae150a
commit 53223ab308
3 changed files with 38 additions and 0 deletions

View File

@@ -42,6 +42,12 @@
<div class="form-group">
<label for="announce">Tracker URLs</label>
<button id="addTrackers">
<span class="fa-stack fa-2x">
<i class="fas fa-cloud fa-stack-2x"></i>
<i class="fas fa-plus fa-stack-1x fa-inverse" data-fa-transform="down-2"></i>
</span>
</button>
<div id="announce"></div>
</div>