added loops to index

This commit is contained in:
2019-08-20 18:44:15 -05:00
parent a0d4899cd7
commit a9e86fdaab
3 changed files with 17 additions and 3 deletions

View File

@@ -7,7 +7,11 @@
{% endif %}
</head>
<body>
<div>Microblog: <a href="/index">Home</a></div>
<div>
Microblog:
<a href="/index">Home</a>
<a href="/login">Login</a>
</div>
<hr>
{% block content %}{% endblock %}
</body>