счетчик
This commit is contained in:
parent
eed5cf8638
commit
1d03eaeac3
|
|
@ -3,6 +3,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="yandex-verification" content="2d4efced567f0f7f" />
|
<meta name="yandex-verification" content="2d4efced567f0f7f" />
|
||||||
|
<meta name="google-site-verification" content="gKPSnPZ1ULUF9amD0vw_JQqkS5GLqc937UxayaN_s-I" />
|
||||||
<title>Определение породы собаки по фото</title>
|
<title>Определение породы собаки по фото</title>
|
||||||
<link rel="stylesheet" href="static/styles.css">
|
<link rel="stylesheet" href="static/styles.css">
|
||||||
<!-- Yandex.Metrika counter -->
|
<!-- Yandex.Metrika counter -->
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,7 @@ let urlCreator = window.URL || window.webkitURL;
|
||||||
|
|
||||||
async function SavePhoto()
|
async function SavePhoto()
|
||||||
{
|
{
|
||||||
|
document.getElementById("result").innerHTML = "";
|
||||||
let photo = document.getElementById("file-input").files[0];
|
let photo = document.getElementById("file-input").files[0];
|
||||||
let formData = new FormData();
|
let formData = new FormData();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue