-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnaoTenhoCadastro.html
48 lines (35 loc) · 1.51 KB
/
naoTenhoCadastro.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
<!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 rel="stylesheet" type="text/css" media="screen" href="assets/custom.css" />
</head>
<body>
<div id = "page">
<main role="main">
<section class="jumbotron text-center">
<div class="container">
<a href = "index.html" class="float-left btn btn-primary">Teste</a>
<h2 class="jumbotron-heading">Não tnho cadastro</h2>
</div>
</section>
<div class="container">
<div class = "mb-3 d-flex justify-content-center">
<div id = "img">
</div>
</div>
</div>
</main>
<footer class="text-muted">
<div class="container">
<p>Album example is © Bootstrap, but please download and customize it for yourself!</p>
</div>
</footer>
</div>
</body>
<script src = "https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"></script>
</html>