Newer
Older
2023-KAito / bakudan.html
<!DOCTYPE html>
    <html lang="ja">
    <head>
    <title>爆弾ゲーム</title>
    <link rel="stylesheet" type="text/css" href="bakudan.css">
    <script type="text/javascript" src="bakudan.js" charset="utf-8"></script>
    </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>
    </body>
    </html>