-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
48 lines (41 loc) · 1.9 KB
/
index.html
File metadata and controls
48 lines (41 loc) · 1.9 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
45
46
47
48
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./style.css">
<title>Sign in to GitHub - GitHub</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-4bw+/aepP/YC94hEpVNVgiZdgIC5+VKNBQNGCHeKRQN+PtmoHDEXuppvnDJzQIu9" crossorigin="anonymous">
<link rel="shortcut icon" href="./assets/github.png" type="image/x-icon">
</head>
<body>
<main>
<img src="./assets/github.png" alt="iconedogithub">
<p class="sign">Sign in to GitHub</p>
<section id="card-grey">
<div class="textfield">
<label for="login">Username or email address</label>
<input type="text">
</div>
<div class="textfield">
<label for="password">Password</label>
<a href="https://github.com/login#:~:text=Password-,Sign%20in,Forgot%20password%3F,-New%20to%20GitHub">Forgot password?</a>
<input type="password">
</div>
<div class="textfield">
<button type="button" class="btn btn-success">Sign in</button>
</div>
</section>
<div class="card2">
<p>New to GitHub? <a href="https://github.com/signup?source=login">Create an account</a></p>
</div>
<div class="footer">
<p> <a href="https://github.com/site/terms">Terms</a>
<a href="https://github.com/site/privacy">Privacy</a>
<a href="https://docs.github.com/">Docs</a>
<a class="black" href="https://github.com/contact">Contact GitHub Support</a>
</p>
</div>
</main>
</body>
</html>