diff options
author | Vincent Douillet <vincent@vdouillet.fr> | 2024-09-05 12:58:22 +0200 |
---|---|---|
committer | Vincent Douillet <vincent@vdouillet.fr> | 2024-09-06 12:22:20 +0200 |
commit | 35a145fd161fb4d4f19aa9820b50438695b94414 (patch) | |
tree | 00e9f341d5b7e0a6874efbe9fafc0500cf13cd2d /template | |
parent | 9b8d38ab209c6e7e747d6d420f1b105fe858c7eb (diff) |
browse: add upload button
Diffstat (limited to 'template')
-rw-r--r-- | template/browse_head.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template/browse_head.html b/template/browse_head.html index 48ffee4..7ed3c58 100644 --- a/template/browse_head.html +++ b/template/browse_head.html @@ -1,4 +1,5 @@ <h1><i class="fa-regular fa-folder-open"></i> Vault</h1> +<a href="@@upload_url@@">Upload here</a> <table id="file-list"> <thead> <tr> |