-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
50 lines (50 loc) · 2.4 KB
/
index.html
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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="output.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.5/js/select2.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.5/css/select2.css"></script>
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<script src="index.js"></script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.4.0/Chart.min.js"></script>
</head>
<body class="body-login">
<section class="wraper-login">
<form action="front/tela-inicial/index.html">
<div>
<div class="wraper-login-title">
<span>LOGIN</span>
</div>
<div class="login-inputs">
<div>
<div class="row">
<span>
<input class="slide-up" type="text" placeholder="Login" />
<label for="card">
<img src="front/images/login-user.svg" style="width: 10px; heigth: 10px;" alt="">
</label>
</span>
<span>
<input class="slide-up" type="password" placeholder="Senha" />
<label for="expires">
<img src="front/images/password.svg" style="width: 10px; heigth: 10px;" alt="">
</label>
</span>
</div>
</div>
</div>
</div>
<div class="wraper-btn-login">
<span class="btn-forgot-password">Esqueci minha senha</span>
<button class="btn-login">Entrar</button>
</div>
</form>
</section>
</body>
</html>