add webp logo

This commit is contained in:
Thefeli73 2020-01-15 13:42:01 +01:00
parent fbc09ef8ba
commit 8c6a63a364
5 changed files with 6 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 KiB

View File

@ -46,5 +46,11 @@
</head> </head>
<body> <body>
<picture id="logo">
<source srcset="/img/logo/logo@0.50x.webp" type="image/webp">
<source srcset="/img/logo/logo@0.50x.png" type="image/png">
<img src="/img/logo/logo@0.50x.png" alt="Schulze Studio logo">
</picture>
</body> </body>
</html> </html>