IIS_2023_1/kamyshov_danila_lab_4/templates/index.html
2023-12-06 13:46:48 +04:00

12 lines
246 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Student Clusters</title>
</head>
<body>
<h1>Student Clusters</h1>
<img src="data:image/png;base64,{{ clusters_image }}" alt="Student Clusters">
</body>
</html>