Skip to content
Snippets Groups Projects
Select Git revision
  • main
1 result

newww

Blame
  • activity_page.html 688 B
    <!DOCTYPE html>
    <html>
        <head>
        <link rel="stylesheet" href="activity_page.css">
        <title>activity</title>
        <meta charset="UTF-8">
        </head>
        <body>
        <h1>Sixth Sense</h1>
        <div class="word">
        </div>
    
        <div class="screens">
            <div class="div1">
                <h2>Choose your answer</h2>
                <button style="margin-right:20px" type="option1">1</button>
                <h1></h1>
                <button style="margin-right:20px" type="option2">2</button>
            </div>
            <div class="div"></div>
                <h1>   </h1>
                <h2>name</h2>
                <p>image</p>
                <button type="alphabet">alphabet</button>
        </div>
    </body>
    
    </html>