-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIndex.html
43 lines (40 loc) · 1019 Bytes
/
Index.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
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="uft-8" />
<title> Pulsa4: Comunidad para Gente Atractiva y Millonaria</title>
<link rel="stylesheet" type="text/css" href="ccs/pulsa4.css">
</head>
<body>
<header>
<div class="logo">
<img src="imagenes/logo.png" alt="Puls4">
</div>
<div class="titutlar">
<h1 class="titulo">Pulsa4:Comunidad Professional de Gente Atractiva
</h1>
<a class="filtro" href="#">Responsing Design
</a>
<a class="publicar" href="#">Publicar
</a>
</div>
<div class="usuario">
<figure class="avatar">
<img src="imagenes.avatar.jpg" alt="fredier">
<a class="flechita" href="#">X</a>
</figure>
</div>
</header>
<nav>
</nav>
<section>
<article></article>
</section>
<footer>
<h3 class="powered">
<strong>Desarrollado por Xareas</strong>
<span class="mejor">SolidSoftware 2013</span>
</h3>
</footer>
</body>
</html>