облагородил

This commit is contained in:
artem 2023-05-01 22:00:47 +03:00
parent c0bd2ddf3d
commit ed559a8b94
2 changed files with 8 additions and 3 deletions

View File

@ -32,7 +32,7 @@
<p>Для распознования все фото отправляются на сервер, но там не сохраняются</p>
<form enctype="multipart/form-data" method="post" action="/beeds" onsubmit="SavePhoto();return false">
<p><input type="file" name="f" id="file-input">
<input type="submit" value="Отправить"></p>
<input type="submit" value="Определить"></p>
</form>
<div>
<div id="upload-image">

View File

@ -23,6 +23,11 @@ h1 {
color: #696969;
}
form {
border: 1px solid #696969;
padding: 0 10px 0 10px;
}
#main {
max-width: 1024px;
margin: auto;