<!DOCTYPE html> <html lang="ja"> <head> <meta charset="utf-8"> <title>もぐらたたき</title> <link rel="stylesheet" type="text/css" href="mogura.css"> </head> <body> <script type="text/javascript" charset="utf-8" src="mogura.js"> </script> <h1>出てくるヤツを叩け!!!!!!</h1> <button id="start">スタート!</button> <p id = "message"></p> <div><img src = "mogura.png" id = "image1" alt="もぐら1" width="300" height="200"> <img src = "mogura.png" id = "image2" alt="もぐら2" width="300" height="200"> <img src = "mogura.png" id = "image3" alt="もぐら3" width="300" height="200"> </div> <div><span id = "ten">0</span>点</div> </body> </html>