diff options
| author | 2026-07-12 18:19:23 +0000 | |
|---|---|---|
| committer | 2026-07-12 18:19:23 +0000 | |
| commit | 4787eccb2be56ad5325937bbfb4eeeb9f28101c8 (patch) | |
| tree | 8aa0172c0bc6ad9cb94f18b6590a712062048873 | |
| parent | change button styling (diff) | |
| download | hostfiles-4787eccb2be56ad5325937bbfb4eeeb9f28101c8.tar.gz hostfiles-4787eccb2be56ad5325937bbfb4eeeb9f28101c8.tar.bz2 hostfiles-4787eccb2be56ad5325937bbfb4eeeb9f28101c8.zip | |
add a noscript to the upload prompt
| -rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ <h1>(g.)hostfil.es</h1> <label id="drop-zone"> - Drop files on the page, or paste them, or click here to upload. + Click here to upload, or <noscript>enable JavaScript to</noscript> drop files on the page, or paste them. <input type="file" id="file-input" multiple name="file[]" /> </label> <ul id="preview"></ul> |
