-
Notifications
You must be signed in to change notification settings - Fork 0
/
perfil.html
33 lines (29 loc) · 982 Bytes
/
perfil.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
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Edgar Gerig</title>
<script src="js/perfil.js"></script>
<link rel="icon" type="image/x-icon" href="http://www.ciens.ucv.ve/portalasig2/favicon.ico">
<link href="../css/style.css" rel="stylesheet" type="text/css" media="screen">
</head>
</head>
<body>
<div class="profile">
<div class="perfil">
<h1 id="nombre"></h1>
<p><em id="descripcion"></em></p>
<ul class="favoritos" id="">
<li id="color"> <span></span></li>
<li id="libro"><span ></span></li>
<li id="musica"><span ></span></li>
<li id="videojuego"><span ></span> </li>
<li> <b id="lenguajes"></b><span><b > </b></span> </li>
</ul>
<p class="contacto" id="contacto"><a href="" id="email"></a></p>
</div>
</div>
</div>
</body>
</html>