diff options
-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> |