-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.html
37 lines (29 loc) · 1.12 KB
/
home.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
<!doctype html>
<html lang="pt-br">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="static/css/style.css">
<link rel="icon" href="static/img/nebula.ico">
<title>neBULA - Início</title>
<link href="https://fonts.googleapis.com/css2?family=Patrick+Hand&family=Spicy+Rice&display=swap" rel="stylesheet">
</head>
<body>
<img class="background" src="static/img/home.png">
<div class="base">
<h1>neBULA</h1>
<h4>Seguro Saúde</h4>
<a href="home.html"><img class="logo" src="static/img/nebula.png"></a>
<h5>Design © Isabela Gabriely</h5>
</div>
<div class="options">
<p><a href="home.html">INÍCIO</a></p>
<p><a href="about.html">SOBRE</a></p>
<p><a href="imc.html">IMC</a></p>
<p><a href="signup.html">CADASTRAR</a></p>
</div>
<div class="slogan">
<h1>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</h1>
</div>
<img class="banner" src="static/img/banner.png">
</body>
</html>