Skip to content

Instantly share code, notes, and snippets.

@danjesus
Created February 28, 2023 23:57
Show Gist options
  • Save danjesus/62b60644fb1968cc9c12f8dcba1a4ae6 to your computer and use it in GitHub Desktop.
Save danjesus/62b60644fb1968cc9c12f8dcba1a4ae6 to your computer and use it in GitHub Desktop.
Login
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Parkir - Estacionar nunca foi tão fácil!</title>
</head>
<body>
<h1><img src="img/logo.png" alt="Parkir"></h1>
<div>
<h2>Estacionar nunca foi tão fácil!</h2>
<p>O que você deseja fazer?</p>
</div>
<a href="">Entrar</a>
<a href="">Criar conta</a>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment