JS_Games/flappy-bird/index.html
2023-12-02 19:45:57 +01:00

11 lines
152 B
HTML

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