mirror of https://github.com/CIRCL/lookyloo
chg: Make logo on capture page smaller
parent
248f9a2340
commit
b2566865b4
|
@ -25,7 +25,7 @@
|
||||||
<center>
|
<center>
|
||||||
<a href="{{ url_for('index') }}" title="Go back to index">
|
<a href="{{ url_for('index') }}" title="Go back to index">
|
||||||
<img src="{{ url_for('static', filename='lookyloo.jpeg') }}"
|
<img src="{{ url_for('static', filename='lookyloo.jpeg') }}"
|
||||||
alt="Lookyloo" width="30%">
|
alt="Lookyloo" width="25%">
|
||||||
</a>
|
</a>
|
||||||
</center>
|
</center>
|
||||||
{{ render_messages(container=True, dismissible=True) }}
|
{{ render_messages(container=True, dismissible=True) }}
|
||||||
|
|
Loading…
Reference in New Issue