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