summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/index.html b/index.html
index 813d85a..c9f5c13 100644
--- a/index.html
+++ b/index.html
@@ -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>