<!DOCTYPE html> <html lang="ja"> <head> <title>boomboomboom</title> <script type="text/javascript" src="boom.js" charset="utf-8"></script> <link rel="stylesheet" type="text/css" href="boom.css"> </head> <body> <h1>最後の仕事だ。1/10を乗り越えて見せよ。</h1> <div class="box"><p>1</p></div> <div class="box"><p>2</p></div> <div class="box"><p>3</p></div> <div class="box"><p>4</p></div> <div class="box"><p>5</p></div> <div class="box"><p>6</p></div> <div class="box"><p>7</p></div> <div class="box"><p>8</p></div> <div class="box"><p>9</p></div> <div class="box"><p>10</p></div> <p id="houkoku"></p> <button id="button" class="buttonOutline">start</button> </body> </html>