mirror of
https://0xacab.org/jvoisin/mat2-web.git
synced 2025-08-19 11:17:58 -04:00
use svg logo format
This commit is contained in:
parent
ce80bc7816
commit
898d6f3c1f
3 changed files with 9 additions and 1 deletions
BIN
static/logo.png
BIN
static/logo.png
Binary file not shown.
Before Width: | Height: | Size: 28 KiB |
8
static/logo.svg
Normal file
8
static/logo.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 143 KiB |
|
@ -34,7 +34,7 @@
|
|||
<body class="flex flex-col h-screen justify-between">
|
||||
<header class="h-20 w-full bg-blue-light my-0 flex justify-center">
|
||||
<a href='.' class="mt-8">
|
||||
<img class='max-h-28' src="{{ url_for('static', filename='logo.png') }}" alt="mat2 logo" />
|
||||
<img class='max-h-28' src="{{ url_for('static', filename='logo.svg') }}" alt="Mat2 logo" />
|
||||
</a>
|
||||
</header>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue