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

10 lines
160 B
HTML

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