res-judicata/validator/templates/index.html
2021-01-22 21:17:14 +01:00

9 lines
269 B
HTML

<html>
<body>
<form action = "http://localhost:5000/validator" method = "POST"
enctype = "multipart/form-data">
<input type = "file" name = "file" /> <!-- TODO hláška-->
<input type = "submit"/>
</form>
</body>
</html>