diff options
| author | Julian Hurst <julian.hurst@digdash.com> | 2025-01-23 14:51:00 +0100 |
|---|---|---|
| committer | Julian Hurst <julian.hurst@digdash.com> | 2025-01-23 14:51:00 +0100 |
| commit | f8096a719ef21b331d0ecca0745911b3f7d16771 (patch) | |
| tree | f0c9483393837be77fccd870f1fc75c74c32eec9 | |
| parent | bd0126d3f0a56701b14ecea06321b04b73870890 (diff) | |
| download | box-f8096a719ef21b331d0ecca0745911b3f7d16771.tar.gz | |
Updat title in index.html
| -rw-r--r-- | templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html index 9a03510..e075436 100644 --- a/templates/index.html +++ b/templates/index.html @@ -2,7 +2,7 @@ <html> <head> <meta name="viewport" content="width=device-width, initial-scale=1" /> - <title>box</title> + <title>Box</title> <script> function upload() { let resourceId = ""; |
