Files
2026-06-18 11:25:40 +12:00

12 lines
205 B
HTML

{% extends "base.html" %}
{% block content %}
<div>
<h1>homepage for math website wow</h1>
<iframe src="http://127.0.0.1:5000/users" width="100%" height="500px"></iframe>
</div>
{% endblock %}