Update README.md

This commit is contained in:
TuturP33
2024-04-24 17:45:33 +02:00
committed by GitHub
parent e9694b1bfe
commit 21e8d08da9
+15
View File
@@ -35,3 +35,18 @@ If you have any questions, want to collaborate on an exciting project, or just h
- [GitHub](https://github.com/Tutur33)
- [Discord](https://discord.gg/HxgaA44CPh)
- [Website](http://tuturp33.000webhostapp.com)
<picture>
<source media="(prefers-color-scheme: dark)">
<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50">
<circle cx="25" cy="25" r="20" fill="black" />
</svg>
</source>
<source media="(prefers-color-scheme: light)">
<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50">
<circle cx="25" cy="25" r="20" fill="white" />
</svg>
</source>
<img src="default-theme.svg" alt="Description of image">
</picture>