<!DOCTYPE html> <html lang="ja"> <head> <title>OMIKUJI</title> <link rel="stylesheet" type="text/css" href="miku.css"> <script type="text/javascript" src="miku.js"></script> </head> <body> <h1>事実は一つですから</h1> <p>どれが事実の箱かわかるかな?</p> <div class = "haco"><p>1</p></div> <br> <div class = "haco"><p>2</p></div> <br> <div class = "haco"><p>3</p></div> <br> <div class = "haco"><p>4</p></div> <br> <div class = "haco"><p>5</p></div> <br> <div class = "haco"><p>6</p></div> <br> <div class = "haco"><p>7</p></div> <br> <div class = "haco"><p>8</p></div> <br> <div class = "haco"><p>9</p></div> <br> <div class = "haco"><p>10</p></div> <p id="info">3秒からカウントスタート</p> <p><button id="start" type="button" value=START>開始</button></p> <p>開始ボタンを押すとカウントダウンが始まるよ</p> </body> </html>