more cleaning

This commit is contained in:
ralphi3
2026-06-19 14:46:52 +12:00
parent 9cbb2886e8
commit 4d6e117ef4
6 changed files with 7 additions and 18 deletions
-13
View File
@@ -1,14 +1,5 @@
{% extends 'base.html' %}
{% block content %}
<div>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Bivariate Data Analysis</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>Information on bivariate data Analysis</h1>
@@ -31,8 +22,4 @@
</div>
</body>
</html>
</div>
{% endblock %}