13 lines
223 B
HTML
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 %} |