-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
626caf8
commit 7b6b3e1
Showing
9 changed files
with
429 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
<!DOCTYPE HTML> | ||
|
||
<html lang="es"> | ||
<head> | ||
|
||
<meta charset="UTF-8" /> | ||
<meta name ="author" content ="David Álvarez"/> | ||
<meta name ="description" content ="Sección de agenda"/> | ||
<meta name ="keywords" content ="Escritorio, virtual, agenda" /> | ||
<meta name ="viewport" content ="width=device-width, initial-scale=1.0" /> | ||
|
||
<title>Escritorio virtual - Agenda</title> | ||
<link rel="icon" href="multimedia/img/favicon.ico"> | ||
<link rel="stylesheet" href="estilo.css"> | ||
</head> | ||
|
||
<body> | ||
<h1>Agenda</h1> | ||
|
||
<nav> | ||
|
||
<a href="index.html" accesskey="I" tabindex="0">Inicio</a> | ||
<a href="sobremi.html" accesskey="S" tabindex="1">Sobre mí</a> | ||
<a href="noticias.html" accesskey="N" tabindex="2">Noticias</a> | ||
<a href="agenda.html" accesskey="A" tabindex="3">Agenda</a> | ||
<a href="meteorologia.html" accesskey="M" tabindex="4">Meteorología</a> | ||
<a href="viajes.html" accesskey="V" tabindex="5">Viajes</a> | ||
<a href="juegos.html" accesskey="J" tabindex="6">Juegos</a> | ||
|
||
</nav> | ||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/*David Álvarez UO288705*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
<!DOCTYPE HTML> | ||
|
||
<html lang="es"> | ||
<head> | ||
|
||
<meta charset="UTF-8" /> | ||
<meta name="author" content="David Álvarez" /> | ||
<meta name="description" content="Página principal del proyecto" /> | ||
<meta name="keywords" content="Escritorio, virtual" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
|
||
<title>Escritorio virtual</title> | ||
<link rel="icon" href="multimedia/img/favicon.ico"> | ||
<link rel="stylesheet" href="estilo.css"> | ||
</head> | ||
|
||
<body> | ||
<h1>Escritorio virtual</h1> | ||
|
||
<nav> | ||
|
||
<a href="index.html" accesskey="I" tabindex="0">Inicio</a> | ||
<a href="sobremi.html" accesskey="S" tabindex="1">Sobre mí</a> | ||
<a href="noticias.html" accesskey="N" tabindex="2">Noticias</a> | ||
<a href="agenda.html" accesskey="A" tabindex="3">Agenda</a> | ||
<a href="meteorologia.html" accesskey="M" tabindex="4">Meteorología</a> | ||
<a href="viajes.html" accesskey="V" tabindex="5">Viajes</a> | ||
<a href="juegos.html" accesskey="J" tabindex="6">Juegos</a> | ||
|
||
</nav> | ||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
<!DOCTYPE HTML> | ||
|
||
<html lang="es"> | ||
<head> | ||
|
||
<meta charset="UTF-8" /> | ||
<meta name="author" content="David Álvarez" /> | ||
<meta name="description" content="Sección de juegos" /> | ||
<meta name="keywords" content="Escritorio, virtual, juegos" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
|
||
<title>Escritorio virtual - Juegos</title> | ||
<link rel="icon" href="multimedia/img/favicon.ico"> | ||
<link rel="stylesheet" href="estilo.css"> | ||
</head> | ||
|
||
<body> | ||
<h1>Juegos</h1> | ||
|
||
<nav> | ||
|
||
<a href="index.html" accesskey="I" tabindex="0">Inicio</a> | ||
<a href="sobremi.html" accesskey="S" tabindex="1">Sobre mí</a> | ||
<a href="noticias.html" accesskey="N" tabindex="2">Noticias</a> | ||
<a href="agenda.html" accesskey="A" tabindex="3">Agenda</a> | ||
<a href="meteorologia.html" accesskey="M" tabindex="4">Meteorología</a> | ||
<a href="viajes.html" accesskey="V" tabindex="5">Viajes</a> | ||
<a href="juegos.html" accesskey="J" tabindex="6">Juegos</a> | ||
|
||
</nav> | ||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
<!DOCTYPE HTML> | ||
|
||
<html lang="es"> | ||
<head> | ||
|
||
<meta charset="UTF-8" /> | ||
<meta name ="author" content ="David Álvarez"/> | ||
<meta name ="description" content ="Sección de meteorología"/> | ||
<meta name ="keywords" content ="Escritorio, virtual, meteorología" /> | ||
<meta name ="viewport" content ="width=device-width, initial-scale=1.0" /> | ||
|
||
<title>Escritorio virtual - Meteorología</title> | ||
<link rel="icon" href="multimedia/img/favicon.ico"> | ||
<link rel="stylesheet" href="estilo.css"> | ||
</head> | ||
|
||
<body> | ||
<h1>Meteorología</h1> | ||
|
||
<nav> | ||
|
||
<a href="index.html" accesskey="I" tabindex="0">Inicio</a> | ||
<a href="sobremi.html" accesskey="S" tabindex="1">Sobre mí</a> | ||
<a href="noticias.html" accesskey="N" tabindex="2">Noticias</a> | ||
<a href="agenda.html" accesskey="A" tabindex="3">Agenda</a> | ||
<a href="meteorologia.html" accesskey="M" tabindex="4">Meteorología</a> | ||
<a href="viajes.html" accesskey="V" tabindex="5">Viajes</a> | ||
<a href="juegos.html" accesskey="J" tabindex="6">Juegos</a> | ||
|
||
</nav> | ||
|
||
</body> | ||
</html> |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
<!DOCTYPE HTML> | ||
|
||
<html lang="es"> | ||
<head> | ||
|
||
<meta charset="UTF-8" /> | ||
<meta name ="author" content ="David Álvarez"/> | ||
<meta name ="description" content ="Sección de noticias"/> | ||
<meta name ="keywords" content ="Escritorio, virtual, noticias" /> | ||
<meta name ="viewport" content ="width=device-width, initial-scale=1.0" /> | ||
|
||
<title>Escritorio virtual - Noticias</title> | ||
<link rel="icon" href="multimedia/img/favicon.ico"> | ||
<link rel="stylesheet" href="estilo.css"> | ||
</head> | ||
|
||
<body> | ||
<h1>Noticias</h1> | ||
|
||
<nav> | ||
|
||
<a href="index.html" accesskey="I" tabindex="0">Inicio</a> | ||
<a href="sobremi.html" accesskey="S" tabindex="1">Sobre mí</a> | ||
<a href="noticias.html" accesskey="N" tabindex="2">Noticias</a> | ||
<a href="agenda.html" accesskey="A" tabindex="3">Agenda</a> | ||
<a href="meteorologia.html" accesskey="M" tabindex="4">Meteorología</a> | ||
<a href="viajes.html" accesskey="V" tabindex="5">Viajes</a> | ||
<a href="juegos.html" accesskey="J" tabindex="6">Juegos</a> | ||
|
||
</nav> | ||
|
||
</body> | ||
</html> |
Oops, something went wrong.