Update index.html
Browse files- index.html +3 -1
index.html
CHANGED
@@ -1,4 +1,6 @@
|
|
|
|
1 |
<form action="/stt" method="get">
|
2 |
<input type="file">
|
3 |
<input type="submit" value="ok">
|
4 |
-
</form>
|
|
|
|
1 |
+
<html>
|
2 |
<form action="/stt" method="get">
|
3 |
<input type="file">
|
4 |
<input type="submit" value="ok">
|
5 |
+
</form>
|
6 |
+
</html>
|