-
Notifications
You must be signed in to change notification settings - Fork 0
/
Seo.html
31 lines (30 loc) · 854 Bytes
/
Seo.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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8" />
<title>M5 - SEO Solutions</title>
<link rel="stylesheet" type="text/css" href="css/normalize.css">
<link href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700" rel="stylesheet" />
<link rel="stylesheet" type="text/css" href="css/estilo.css">
</head>
<body>
<div class="header">
<div class="linha">
<header>
<div class="coluna col4">
<h1 class="logo">M5 - SEO Solutions</h1>
</div>
<div class="coluna col8">
<nav>
<ul class="menu inline sem-marcador">
<li><a href="index.html">Home</a></li>
<li><a href="servicos.html">Serviços</a></li>
<li><a href="sobre.html">Sobre Nós</a></li>
<li><a href="contato.html">Contato</a></li>
</ul>
</nav>
</div>
</header>
</div>
</div>
</body>