include missing img tag

This commit is contained in:
17ms 2023-04-28 01:44:03 +03:00
parent 9d893ddc80
commit 57f96b4aca

View File

@ -1,7 +1,7 @@
<div align="center" style="text-align:center"> <div align="center" style="text-align:center">
<picture> <picture>
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/17ms/contego/blob/master/docs/contego-dark.png"> <source media="(prefers-color-scheme: dark)" srcset="https://github.com/17ms/contego/blob/master/docs/contego-dark.png">
<source media="(prefers-color-scheme: light)" srcset="https://github.com/17ms/contego/blob/master/docs/contego-light.png"> <img src="https://github.com/17ms/contego/blob/master/docs/contego-light.png" width="800">
</picture> </picture>
</div> </div>