Change webp to gif for 403
This commit is contained in:
parent
02ef3dcc9c
commit
ef6c37005f
BIN
src/main/resources/static/img/403.gif
Normal file
BIN
src/main/resources/static/img/403.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.6 MiB |
Binary file not shown.
Before Width: | Height: | Size: 1.6 MiB |
@ -58,7 +58,7 @@
|
||||
<h6 class=" blue-grey-text ">403 – Forbidden</h6>
|
||||
</div>
|
||||
<div class="col l6 m12 s12">
|
||||
<img class="" src="/img/403.webp" style="border:none;outline: none"/>
|
||||
<img class="" src="/img/403.gif" style="border:none;outline: none"/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
|
Loading…
Reference in New Issue
Block a user