Fix all fallback WebP images

This commit is contained in:
Anthony Wang 2021-10-31 13:20:53 -05:00
parent e7922180e7
commit 7937bf3b37
Signed by: a
GPG key ID: BC96B00AEC5F2D76
2 changed files with 10 additions and 2 deletions

View file

@ -7,7 +7,11 @@
<body>
<div>
<br>
<img src="/logo.webp" alt="exozyme" height="324" width="324">
<picture>
<source srcset="/logo.webp" type="image/webp">
<source srcset="/logo.png" type="image/png">
<img src="/logo.png" alt="exozyme" height="324" width="324">
</picture>
<br>
<h2>Explore</h2>

View file

@ -7,7 +7,11 @@
<body>
<div>
<br>
<img src="/logo.webp" alt="exozyme" height="324" width="324">
<picture>
<source srcset="/logo.webp" type="image/webp">
<source srcset="/logo.png" type="image/png">
<img src="/logo.png" alt="exozyme" height="324" width="324">
</picture>
<br>
<h2>Frequently Unasked Questions</h2>