-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgames.html
More file actions
39 lines (31 loc) · 1.21 KB
/
games.html
File metadata and controls
39 lines (31 loc) · 1.21 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
38
39
<!doctype html>
<html>
<head>
<title>Tec Blog - Games</title>
<meta charset="utf-8" />
<link rel="stylesheet" type="text/css" href="css/estilo.css">
</head>
<body>
<div id="navegacao">
<div id="area">
<h1 id="logo"><span class="verde">Tec</span>Blog</h1>
<div id="menu">
<a href="index.html">Home</a>
<a href="games.html">Games</a>
<a href="apps.html">Apps</a>
<a href="eletronicos.html">Eletrônicos</a>
</div>
</div>
</div>
<div id="area-principal">
<div id="postagem">
<h2>Titulo da postagem (Games)</h2>
<span class="data-postagem"> Postado em 05 de março de 2018</span>
<img class="img-postagem" src="img/imagem5.png">
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent pellentesque ultricies sem vitae pretium. Fusce iaculis faucibus velit. Suspendisse hendrerit facilisis neque at molestie. Nam ac pulvinar augue, in cursus ipsum. Sed ultrices sollicitudin feugiat. Vestibulum sed gravida felis, sit amet rutrum leo. Morbi aliquam ut diam id ullamcorper. In hac habitasse platea dictumst.</p>
<span class="postado">Postado por Matheus Alves</span>
</div>
</div>
</body>
</html>