25 lines
409 B
HTML
25 lines
409 B
HTML
{% extends 'base.html' %}
|
|
{% block content %}
|
|
<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>
|
|
{% endblock %} |