diff options
Diffstat (limited to 'template/browse_head.html')
-rw-r--r-- | template/browse_head.html | 10 |
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> |