summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorKyle Gunger <kgunger12@gmail.com>2024-07-13 17:43:41 -0400
committerKyle Gunger <kgunger12@gmail.com>2024-07-13 17:43:41 -0400
commitf9bed3925f707f321aac7a2a1b54b929de66c9eb (patch)
tree88bd15a981bddd097ccec4cca4373e84b175365b /index.html
parentf2a80521f6d7314934ff172a92a645ca90c13b5b (diff)
Make file types clear
Diffstat (limited to 'index.html')
-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>