blob: 67750123337d93e685ab92334be949c01e12be63 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<h1><i class="fa-regular fa-folder-open"></i> Browsing</h1>
<a href="@@upload_url@@">Upload here</a>
<hr />
<table id="file-list">
<thead>
<tr>
<th class="file-icon"></th>
<th class="file-name">Name</th>
<th class="file-size">Size</th>
<th class="file-delete"></th>
</tr>
</thead>
<tbody>
|