-
Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy pathdownloads.html
More file actions
38 lines (36 loc) · 1.24 KB
/
downloads.html
File metadata and controls
38 lines (36 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
---
layout: page
title: Downloads
---
<div class="container-downloads">
<div class="container">
<div class="downloads-repo-container input-group">
<div class="input-group-prepend">
<span class="input-group-text">Repo</span>
</div>
<div class="feedback-icon">
<i class="fa-solid fa-gear fa-spin"></i>
</div>
<input id="downloads-repo" type="text" class="form-control" />
</div>
<div class="total-downloads">
<div class="total-downloads-label">Total downloads</div>
<span class="downloads-badge"><i class="fa-solid fa-arrow-down"></i><span class="total-downloads-value"></span></span>
</div>
<table class="table table-downloads">
<thead>
<tr>
<th class="downloads-release-name">Release name</th>
<th>Release date</th>
<th>Active days</th>
<th>Download count</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
</div>
{% include common-js.html %}
<script src="/js/sharex.common.js"></script>
<script src="/js/sharex.downloads.js"></script>