17 lines
360 B
HTML
17 lines
360 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Конвертор Sirius</title>
|
|
</head>
|
|
<body>
|
|
<form enctype="multipart/form-data" method="post" action="http://localhost:8188/api/sirius">
|
|
<p>
|
|
<input type="file" name="file" />
|
|
</p>
|
|
<p>
|
|
<input type="submit" value="Отправить" />
|
|
</p>
|
|
</form>
|
|
</body>
|
|
</html> |