Files
math-website/templates/index.html
T
2026-06-18 13:48:25 +12:00

13 lines
223 B
HTML

{% extends "base.html" %}
{% block content %}
<div>
<h1>homepage for math website wow</h1>
<h2>If you want to access the math topics on this website you must be signed into a account</h2>
</div>
{% endblock %}