summaryrefslogtreecommitdiff
path: root/template/browse_head.html
diff options
context:
space:
mode:
authorVincent Douillet <vincent@vdouillet.fr>2024-02-20 21:17:01 +0100
committerVincent Douillet <vincent@vdouillet.fr>2024-02-20 22:13:53 +0100
commit0effd40bad7ae753102e7040159afd76be4e8732 (patch)
tree20c80821ba637a395d8874414e00f4d120a837ea /template/browse_head.html
parent42f538cc66546997a166dbe67e489c9afabbb908 (diff)
browse: http page
Diffstat (limited to 'template/browse_head.html')
-rw-r--r--template/browse_head.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/template/browse_head.html b/template/browse_head.html
new file mode 100644
index 0000000..48ffee4
--- /dev/null
+++ b/template/browse_head.html
@@ -0,0 +1,10 @@
+<h1><i class="fa-regular fa-folder-open"></i> Vault</h1>
+<table id="file-list">
+ <thead>
+ <tr>
+ <th class="file-icon"></th>
+ <th class="file-name">Name</th>
+ <th class="file-size">Size</th>
+ </tr>
+ </thead>
+ <tbody>