Added profile images. Literally.
This commit is contained in:
parent
d87cbff134
commit
1c5db9ab80
3 changed files with 2 additions and 2 deletions
BIN
flask_website/static/profile.png
Executable file
BIN
flask_website/static/profile.png
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 19 KiB |
|
|
@ -2,7 +2,7 @@
|
|||
{% block head %}
|
||||
{{ super() }}
|
||||
<style type=text/css>
|
||||
h1 { background-image: url(/static/login.png); }
|
||||
h1 { background-image: url(/static/profile.png); }
|
||||
</style>
|
||||
{% endblock %}
|
||||
{% block title %}Change OpenID{% endblock %}
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
{% block head %}
|
||||
{{ super() }}
|
||||
<style type=text/css>
|
||||
h1 { background-image: url(/static/login.png); }
|
||||
h1 { background-image: url(/static/profile.png); }
|
||||
</style>
|
||||
{% endblock %}
|
||||
{% block title %}Profile{% endblock %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue