-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathintranet.html
More file actions
53 lines (44 loc) · 1.69 KB
/
intranet.html
File metadata and controls
53 lines (44 loc) · 1.69 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
49
50
51
52
53
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-giJF6kkoqNQ00vy+HMDP7azOuL0xtbfIcaT9wjKHr8RbDVddVHyTfAAsrekwKmP1" crossorigin="anonymous">
<!-- Icon-->
<link rel="icon" href="ícone americana.ico">
<title>INTRANET | DROGARIA AMERICANA</title>
</head>
<body class="body">
<div class="fixed-top nav-simple"></div>
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<div class="container-md">
<a class="navbar-brand" href="#">INTRANET | DROGARIA AMERICANA - VARGINHA - MINAS GERAIS</a>
</div>
</nav>
<div class="main-login">
<div class="left-login">
<img src="logo-1.png" class="left-login-image" alt="Animação">
</div>
<div class="right-login">
<div class="card-login">
<h1>LOGIN</h1>
<div class="textfield">
<label for="usuario">Usuário</label>
<input type="text" name="usuario" placeholder="Usuário">
</div>
<div class="textfield">
<label for="senha">Senha</label>
<input type="password" name="senha" placeholder="Senha">
</div>
<button class="btn-login">Login</button>
</div>
</div>
</div>
</body>
</html>
</body>
</html>