This commit is contained in:
ralphi3
2026-06-18 11:25:40 +12:00
parent 9de5e72bb4
commit 7354f8a160
5 changed files with 13 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
{% extends 'base.html' %}
{% block content %}
<iframe src="http://127.0.0.1:5000/users" width="100%" height="500px"></iframe>
{% endblock %}