test
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{% extends 'base.html' %}
|
||||
|
||||
{% block content %}
|
||||
<iframe src="http://127.0.0.1:5000/users" width="100%" height="500px"></iframe>
|
||||
{% endblock %}
|
||||
@@ -11,6 +11,7 @@
|
||||
<li><a href="{{ url_for('home') }}">Home</a></li>
|
||||
<li><a href="{{ url_for('bivariate') }}">Bivariate Data</a></li>
|
||||
<li><a href="{{ url_for('about') }}">About</a></li>
|
||||
<li><a href="{{ url_for('all_users') }}">all_users</a></li>
|
||||
<li style="margin-left: auto;"><a href="{{ url_for('signup') }}">Sign Up</a></li>
|
||||
<li style="margin-left:0px"><a href="{{ url_for('signin') }}">Sign In</a></li>
|
||||
</ul>
|
||||
|
||||
@@ -5,6 +5,8 @@
|
||||
|
||||
<h1>homepage for math website wow</h1>
|
||||
|
||||
<iframe src="http://127.0.0.1:5000/users" width="100%" height="500px"></iframe>
|
||||
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user