-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (33 loc) · 1.46 KB
/
index.html
File metadata and controls
35 lines (33 loc) · 1.46 KB
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
<!DOCTYPE html>
<html lang="es-es">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>JavaScript</title>
<meta description ="Es un sitio web para los alumnos de nuestro BootCamp para ver ejemplos de JavaScript">
<meta author="Paula de Juan">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header id="flex-container-1">
<div>
<figure>
<img src="logotipo.png" alt="Logotipo-de-donut-Web-JavaScript-Facilito" />
</figure>
</div>
<div>
<h1>Introducción a JavaScript</h1>
<nav>
<ul>
<li><a href="https://htmlpreview.github.io/?https://github.com/PAULAdjs1/Intro-JavaScript/blob/main/even_and_odd.html">Enlace 1</a></li>
<li><a href="https://htmlpreview.github.io/?https://github.com/PAULAdjs1/Intro-JavaScript/blob/main/arbol_estaciones.html">Enlace 2</a></li>
<li><a href="https://htmlpreview.github.io/?https://github.com/PAULAdjs1/Intro-JavaScript/blob/main/tabla-multiplicar.html">Enlace 3</a></li>
<li><a href="https://norfipc.com/juegos/juego-js-ahorcado.html">Juego 1</a></li>
<li><a href="https://norfipc.com/juegos/juego-js-tic-tac.html">Juego 2</a></li>
</ul>
</nav>
</div>
</header>
</body>
</html>