Untitled

 avatar
unknown
html
a year ago
662 B
13
Indexable
<!DOCTYPE html>
<html lang="pt-br">

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Trabalho Pedrão</title>
    <link rel="stylesheet" href="../css/reset.css">
    <link rel="stylesheet" href="../css/style.css">
</head>

<body>
    <main>
        <div>
            <h1>Pergunta 1</h1>
            <p>ipsum dolor sit amet consectetur adipisicing elit. Eveniet perferendis accusantium assumenda ut saepe quia commodi quae id beatae </p>
            <button>Alternativa 1</button>
            <button>Alternativa 2</button>
        </div>
    </main>

</body>

</html>
Editor is loading...
Leave a Comment