38 lines
639 B
HTML
38 lines
639 B
HTML
{% 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>
|
|
|
|
<div class="information">
|
|
<h2>information</h2>
|
|
|
|
<p>
|
|
information on bivariate data can go here
|
|
</p>
|
|
|
|
</div>
|
|
|
|
<div class="formulas">
|
|
<h2>formulas</h2>
|
|
|
|
</div>
|
|
|
|
<div class="quizzes">
|
|
<h2>quizzes</h2>
|
|
|
|
</div>
|
|
</body>
|
|
</html>
|
|
|
|
</div>
|
|
|
|
{% endblock %} |