12 lines
205 B
HTML
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 %} |