15 lines
420 B
HTML
15 lines
420 B
HTML
<!doctype html>
|
|
<html lang="ru">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>Recipe handwriting recognition</title>
|
|
<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
|
|
</head>
|
|
<body>
|
|
<main>
|
|
<h1>Recipe handwriting recognition</h1>
|
|
<p>Managed Flask server is running.</p>
|
|
</main>
|
|
</body>
|
|
</html> |