Files
upload-platform/site/templates/index.html
T

15 lines
380 B
HTML

<!doctype html>
<html lang="ru">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Upload Platform</title>
<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
</head>
<body>
<main>
<h1>Upload Platform</h1>
<p>Version: {{ version }}</p>
</main>
</body>
</html>