summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar steering72532026-07-12 18:19:23 +0000
committerGravatar steering72532026-07-12 18:19:23 +0000
commit4787eccb2be56ad5325937bbfb4eeeb9f28101c8 (patch)
tree8aa0172c0bc6ad9cb94f18b6590a712062048873
parentchange button styling (diff)
downloadhostfiles-4787eccb2be56ad5325937bbfb4eeeb9f28101c8.tar.gz
hostfiles-4787eccb2be56ad5325937bbfb4eeeb9f28101c8.tar.bz2
hostfiles-4787eccb2be56ad5325937bbfb4eeeb9f28101c8.zip
add a noscript to the upload prompt
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 9600afa..791a265 100644
--- a/index.html
+++ b/index.html
@@ -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>