-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (36 loc) · 1.38 KB
/
index.html
File metadata and controls
37 lines (36 loc) · 1.38 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
<DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<title>mundo_avatar.com</title>
<!-- Compiled and minified CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0-rc.2/css/materialize.min.css">
<link rel="stylesheet" href="css/style.css.css">
<!-- Compiled and minified JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0-rc.2/js/materialize.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
</head>
<body>
<div class="navbar-fixed">
<nav>
<div class="nav-wrapper navbar">
<ul id="nav-mobile">
<li><a href="">Inicio</a></li>
<li><a href="">Sobre</a></li>
<li><a href="">Portifolio</a></li>
<li><a href="">Contato</a></li>
</ul>
</div>
</nav>
</div>
<div class="inicio">
<div id="inicio">
<div class="center white-text" id="conteudoInicio">
<h3>Olá, seja bem vindo</h3>
<p>about o 'bolo do junior'</p>
</div>
</div>
</div>
</body>
</html>