-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
42 lines (39 loc) · 1.15 KB
/
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
<!doctype html>
<html lang="es">
<head>
<meta charset="utf-8" />
<title>Gelu</title>
<link rel="stylesheet" type="text/css" href="estilo.css" />
<meta name="author" content="web personal" />
<meta name="description" content="web de gelu" />
<meta name="keywords" content="gelu,susanadedios,oviedo" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
<body>
<header>
<!--
<img src="multimedia/foto1_Lerdorf.png" alt="Foto de Lerdorf" />
-->
<h1>Gelu</h1>
</header>
<nav>
<a title="enlace a biografía" accesskey="B" tabindex="0" href="index.html" target="_self"
class="cbiografia">home</a>
</nav>
<section>
<h2>www.gelu.es</h2>
<p>
en construcción
</p>
</section>
<footer>
<a href="https://validator.w3.org/check?uri=referer">
<img src="multimedia/HTML5.png" alt="HTML5 Válido!" />
</a>
<a href="http://jigsaw.w3.org/css-validator/check/referer">
<img src="multimedia/CSS3.png" alt="CSS Válido" />
</a>
<p></p>
</footer>
</body>
</html>