Files
math-website/templates/index.html
T

11 lines
121 B
HTML

{% extends "base.html" %}
{% block content %}
<div>
<h1>homepage for math website wow</h1>
</div>
{% endblock %}