Newer
Older
ryuei / 10.html
@Ryuei Ryuei on 4 Nov 2022 769 bytes fix code
<!DOCTYPE html>
<html lang="ja">
<head>
    <meta charset="utf-8">
    <title>出会って3秒で爆発</title>
    <link rel="stylesheet" href="10.css">
    <script type="text/javascript" src="10.js" charset="utf-8"></script>
</head>

<body>
    <p id="info">STARTを押してから時間内に1~10を選んでね</p>
    <p class="start">
        <button id="start" type="button" value="START">  START  </button>
    </p>
    <div class="container">
        <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 id="true"><p>6</p></div>
        <div><p>7</p></div>
        <div><p>8</p></div>
        <div><p>9</p></div>
        <div><p>10</p></div>
    </div>
</body>
</html>