Ld75 commited on
Commit
4a827b9
·
1 Parent(s): ad662e5

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +2 -2
index.html CHANGED
@@ -1,6 +1,6 @@
1
  <html>
2
- <form action="/stt" method="get">
3
- <input type="file">
4
  <input type="submit" value="ok">
5
  </form>
6
  </html>
 
1
  <html>
2
+ <form action="/stt">
3
+ <input type="file" name="file">
4
  <input type="submit" value="ok">
5
  </form>
6
  </html>