02/12/2023

This commit is contained in:
2023-12-02 19:45:57 +01:00
commit b516324a8d
73 changed files with 3873 additions and 0 deletions

10
flappy-bird/index.html Normal file
View File

@@ -0,0 +1,10 @@
<style>
.demo
{
margin-top:100px;
margin-left:250px;
}
</style>
<body><a href="modeselect.html">
<img src="menu.png" class="demo" onclick></a>
</body>