Files

6 lines
227 B
HTML

{% extends 'base.html' %}
{% block content %}
<iframe src="http://127.0.0.1:5000/users" width="100%" height="500px"></iframe>
<h3>password is encrypted which is why it show up as scrypt: and someother stuff</h3>
{% endblock %}