corrige bug for snake

This commit is contained in:
arthur
2024-04-24 18:16:43 +02:00
parent f5af84d89a
commit 705c6e2d9d
4 changed files with 8 additions and 15 deletions
+5 -1
View File
@@ -37,4 +37,8 @@ If you have any questions, want to collaborate on an exciting project, or just h
- [Website](http://tuturp33.000webhostapp.com)
![Snake](snake.svg)
<picture>
<source media="(prefers-color-scheme: dark)" srcset="darkSnake.svg" />
<source media="(prefers-color-scheme: light)" srcset="darkSnake.svg" />
<img alt="github-snake" src="darkSnake.svg" />
</picture>