-
Notifications
You must be signed in to change notification settings - Fork 0
/
tenhoCadastro.html
32 lines (24 loc) · 1.39 KB
/
tenhoCadastro.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Page Title</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" media="screen" href=" https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" />
<link href="https://getbootstrap.com.br/docs/4.1/examples/sign-in/signin.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" media="screen" href="assets/custom.css" />
</head>
<body class="text-center">
<form class="form-signin">
<img class="mb-4" src="../../assets/brand/bootstrap-solid.svg" alt="" width="72" height="72">
<h1 class="h3 mb-3 font-weight-normal">Digite seu numero de CPF ou do Passaporte</h1>
<label for="inputEmail" class="sr-only">Endereço de email</label>
<input type="email" id="inputEmail" class="form-control" placeholder="Seu email" required autofocus>
<label for="inputPassword" class="sr-only">Senha</label>
<button class="btn btn-lg btn-primary btn-block" type="submit">Login</button>
<p class="mt-5 mb-3 text-muted">© 2017-2018</p>
</form>
</body>
<script src = "https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"></script>
</html>