summaryrefslogtreecommitdiff
path: root/template/browse_item.html
diff options
context:
space:
mode:
Diffstat (limited to 'template/browse_item.html')
-rw-r--r--template/browse_item.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/template/browse_item.html b/template/browse_item.html
new file mode 100644
index 0000000..4a6bd77
--- /dev/null
+++ b/template/browse_item.html
@@ -0,0 +1,5 @@
+<tr>
+ <td><i class="fa-regular fa-@@icon@@"></i></td>
+ <td><a href="@@url@@">@@name@@</a></td>
+ <td class="file-size">@@size@@</td>
+</tr>