<!DOCTYPE html> <html lang="ja"> <head> <title>爆弾解除</title> <link rel="stylesheet" type="text/css" href=""> <meta charset="utf-8"> </head> <body> <h1>爆弾を解除して下さい</h1> <div><p>1</p></div> <div><p>2</p></div> <div><p>3</p></div> <div><p>4</p></div> <div><p>5</p></div> <div><p>6</p></div> <div><p>7</p></div> <div><p>8</p></div> <div><p>9</p></div> <div><p>10</p></div> <p id="message"></p> <button id="startButton">スタート</button> </body> </html>