lezzo.org/bocciofila/index.html
2023-07-05 16:55:12 +02:00

23 lines
537 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Giochi della Ruota</title>
<link rel="stylesheet" href="style2.css">
</head>
<body>
<button id="startButton">Avvia il gioco</button>
<div id="gameContainer">
<video id="gameVideo" controls>
<source src="audiovideo.webm" type="video/mp4">
</video>
<div id="wheel"></div>
</div>
<div>
<!-- <iframe id="gameIframe" src="./ruota.html" width="100%" height="100%" scrolling="no" frameborder="0"></iframe> -->
</div>
<script src="script.js"></script>
</body>
</html>