diff options
author | Vincent Douillet <vincent@vdouillet.fr> | 2024-02-20 21:17:01 +0100 |
---|---|---|
committer | Vincent Douillet <vincent@vdouillet.fr> | 2024-02-20 22:13:53 +0100 |
commit | 0effd40bad7ae753102e7040159afd76be4e8732 (patch) | |
tree | 20c80821ba637a395d8874414e00f4d120a837ea /template/browse_item.html | |
parent | 42f538cc66546997a166dbe67e489c9afabbb908 (diff) |
browse: http page
Diffstat (limited to 'template/browse_item.html')
-rw-r--r-- | template/browse_item.html | 5 |
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> |