diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2024-07-13 17:43:41 -0400 |
---|---|---|
committer | Kyle Gunger <kgunger12@gmail.com> | 2024-07-13 17:43:41 -0400 |
commit | f9bed3925f707f321aac7a2a1b54b929de66c9eb (patch) | |
tree | 88bd15a981bddd097ccec4cca4373e84b175365b /index.html | |
parent | f2a80521f6d7314934ff172a92a645ca90c13b5b (diff) |
Make file types clear
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -8,12 +8,12 @@ </head> <body> <span>Manifest file:</span> - <input id="manifest" type="file" /> + <input id="manifest" type="file" accept="application/json"/> <br/> <span>Link file:</span> - <input id="links" type="file" /> + <input id="links" type="file" accept="text/html"/> <br/> <button id="start">Start</button> <button id="next">Next 15</button> </body> -</html>
\ No newline at end of file +</html> |