<!DOCTYPE html> <html lang="ja"> <head> <title>JAST GAME</title> </head> <body> <h1 align="center">JAST GAME!!</h1> <h3 align="center">ルール説明!!</h3> <ul> <li>5秒ジャストにクリックして5秒に近い数字を撮った人が勝利!!</li> <li>何回でも挑戦は可能!!</li> </ul> <h2 align="center">Stopwatch</h2> <div id="container"> <div id="time" align="center">00:00:00.000</div> <div id="buttons"> <input id="start" type="button" value="start" align="center"> <input id="stop" type="button" value="stop" align="center"> <input id="reset" type="button" value="reset" align="center"> </div> </div> <script src='game.js'></script> </body> </html>