14 lines
442 B
HTML
14 lines
442 B
HTML
<!DOCTYPE html>
|
|
<html lang="pt-br">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Página Protegida</title>
|
|
</head>
|
|
<body>
|
|
<h1>Bem-vindo</h1>
|
|
<p>Conteúdo restrito apenas para usuários autorizados.</p>
|
|
<img width="400" src="https://img.ifunny.co/images/e2ec6f8e3913f2c6763d09eb3f8e5075857a33751aaf1452297a35e2cff712ff_1.jpg">
|
|
</body>
|
|
</html>
|