summaryrefslogtreecommitdiff
path: root/templates/browse.html
blob: b22fcbb791b8d232918a3831238f79bfdfddb1f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<section>
  <h6><a href="/">Home</a></h6>
  <h5>Browse Files</h5>
  <h6>
    <a href="/">Simple Upload</a> |
    <a href="/chunked">Chunked Upload</a> |
    <a href="/browse">Browse Files</a> |
    <a href="/gallery">Gallery</a>
  </h6>
</section>

<section>
  <div class="widget">
    {{files-content}}
  </div>
</section>

<footer>
  <p>Last updated December 28th, 2025</p>
</footer>