-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
44 lines (44 loc) · 1.58 KB
/
Copy pathindex.html
File metadata and controls
44 lines (44 loc) · 1.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>Login</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<meta name="author" content="Ribamar, Jonas And Wille.">
<link rel='stylesheet' type='text/css' href='src/css/style.css'>
<link rel='stylesheet' type='text/css' href='src/css/reset.css'>
<link rel='stylesheet' type='text/css' href='src/css/responsivo.css'>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap" rel="stylesheet">
</head>
<body>
<header class="cabecalho">
<div class="todoselementos">
<img class="" src="src/img/logo.png">
<div class="elementos">
<label class="pergunta" for="cadastrar">Don't have an account? </label><a class="link" href="src/index.html"><button class="cadastrar">SIGN UP</button></a>
</div>
</div>
</header>
<div class="center-screen">
<form>
<div class="login-word">
<h2>Login</h2>
</div>
<div>
<input type="text" title="Username" placeholder="Login" class="id">
</div>
<div>
<input type="password" title="Did you forget your password!? dumb lol" placeholder="Password" class="pass">
</div>
<div class="aviso">Forgot password? <a class="click" href="">Click Here</a> </div>
<div>
<input type="submit" value="Log-in" class="enviar">
</div>
</form>
</div>
<footer>By Ribamar, Wille and Jonas.</footer>
</body>
</html>