облагородил
This commit is contained in:
parent
c0bd2ddf3d
commit
ed559a8b94
|
|
@ -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">
|
||||
|
|
|
|||
|
|
@ -23,6 +23,11 @@ h1 {
|
|||
color: #696969;
|
||||
}
|
||||
|
||||
form {
|
||||
border: 1px solid #696969;
|
||||
padding: 0 10px 0 10px;
|
||||
}
|
||||
|
||||
#main {
|
||||
max-width: 1024px;
|
||||
margin: auto;
|
||||
|
|
|
|||
Loading…
Reference in New Issue