20 lines
406 B
HTML
20 lines
406 B
HTML
{% extends "base.html" %}
|
|
{% block content %}
|
|
|
|
<div>
|
|
|
|
<h1>Math website</h1>
|
|
|
|
<h2>If you want to access the math topics on this website you must be signed into a account</h2>
|
|
|
|
<h2>
|
|
The math topics that will be on this website
|
|
<li>Bivariate Data</li>
|
|
<li>Simultaneous Equations</li>
|
|
<li>Calculus</li>
|
|
<li>Triganometry</li>
|
|
</h2>
|
|
|
|
</div>
|
|
|
|
{% endblock %} |