Created
February 28, 2023 23:57
-
-
Save danjesus/62b60644fb1968cc9c12f8dcba1a4ae6 to your computer and use it in GitHub Desktop.
Login
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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