Newer
Older
komatsuY / GD4.html
@Komatsu Yu Komatsu Yu on 4 Nov 2022 774 bytes Update GD4.html
<!DOCTYPE html>
<html lang="ja">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <script src="GD4.js"></script>
    <link rel="stylesheet" href="GD4.css">
    <title>Document</title>
</head>
<body>
    <h1>omikuzi</h1>
    <h2>ose!</h2>
    <p><button id="start">osu</button></p>
    <p><button id="reset">reset</button></p>
    <hr>
    <div><p>1</p></div>
    <div><p>2</p></div>
    <div><p>3</p></div>
    <div><p>4</p></div>
    <div id="atari"><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></p>
    <p id="tu-ti">dokodarou</p>
    
</body>
</html>