Files
math-website/templates/index.html
T
2026-06-19 14:46:52 +12:00

13 lines
206 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>
</div>
{% endblock %}