IIS_2023_1/kamyshov_danila_lab_4/templates/index.html

12 lines
246 B
HTML
Raw Normal View History

2023-12-06 13:43:07 +04:00
<!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>