-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
37 lines (31 loc) · 1.37 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
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Luis Miguel Alonso Ferreiro - UO270139">
<title>Synesthesia</title>
<link rel="stylesheet" type="text/css" href="css/style.css" />
<link rel="stylesheet" type="text/css" href="css/posicionamiento.css" />
<link rel="icon" href="media/favicon.ico">
</head>
<body>
<header>
<nav>
<a href="index.html"><img style="width: 9%; margin-right: 1%;" src="media/logof.png" alt="Logo of the page" /><img src="media/logow.png" alt="Logo of the page" /></a>
<a href="sobrenosotros.html">About Us</a>
</nav>
</header>
<img src="media/logow.png" alt="Logo of the page" />
<br>
<span><a href="script.html"></a></span>
<footer>
<a
href="https://validator.w3.org/nu/?doc=https%3A%2F%2Flumialfe.github.io%2FSynesthesia%2Findex.html">
<img style="border:0;width:50px;height:50px" src="media/HTML5.png" alt=" HTML5 Válido!" /></a>
<a
href="https://jigsaw.w3.org/css-validator/validator?uri=https%3A%2F%2Flumialfe.github.io%2FSynesthesia%2Findex.html&profile=css3svg&usermedium=all&warning=1&vextwarning=&lang=en">
<img src="media/CSS3.png" alt="CSS Válido" /></a>
</footer>
</body>
</html>