Update 'templates/home.html'

This commit is contained in:
seidl 2020-11-20 10:37:21 +01:00
parent 7298bc0c73
commit df3afeeb50
1 changed files with 17 additions and 14 deletions

View File

@ -1,3 +1,4 @@
<style> <style>
pre { max-width: 100%; overflow: scroll; } pre { max-width: 100%; overflow: scroll; }
</style> </style>
@ -12,3 +13,5 @@
{% else %} {% else %}
<a href="/login">login</a> <a href="/login">login</a>
{% endif %} {% endif %}