Newer
Older
2024-C1231033-fuma / renda.html
@c123103 c123103 on 15 Nov 428 bytes add:png

<!DOCTYPE html>
<html>
<head>
<title>れんだ</title>
 
<link rel="stylesheet" type="text/css" href="renda.css">
<script src="renda.js" defer></script>
</head>

<body>
<h1>連打</h1>
  <button id="startButton">ゲーム開始</button>
 <img id="clickButton" src="dog.png" alt="クリックボタン" style="display:none;">
    <div id="timer">残り時間: 10秒</div>
    <div id="score">スコア: 0</div>

</body>
</html>