-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
52 lines (49 loc) · 1.95 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
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<link rel="icon" type="image/png" href="./favicon.ico">
<link rel="apple-touch-icon" sizes="180x180" href="./image/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./image/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./image/favicon/favicon-16x16.png">
<title>Joselon Github IO - ApuntesMasterEscuelaIT</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="header">
<h1>Joselon Github IO</h1>
<h2>Pruebas de proyectos web</h2>
<small><a href="./ApuntesMasterEscuelaIT/">.</a></small>
</div>
<div class="content">
<div class="item">
<a href="https://joselon79.neocities.org/">
<img src="./assets/cat.png" height="80" width="120" alt="Neocities">
<p>Laboratorio HTML en Neocities</p>
</a>
</div>
<div class="item">
<a href="./PracticasMaster/index.html">
<img src="./ApuntesMasterEscuelaIT/imagen-curso-master-programacion-diseno-software-peque.jpg" height="80" width="120" alt="EscuelaIT">
<p>Prácticas Máster: Elabora Test WebApp</p>
</a>
</div>
<div class="item">
<a href="./connect4/index.html">
<img src="./connect4/image/conecta4.jpg" height="90" alt="Connect4 Game">
<p>Juego Connect4</p>
</a>
</div>
<div class="item">
<a href="./PracticasLitVite/index.html">
<img src="./PracticasLitVite/logoLit.svg" height="70" width="70" alt="Godot Logo">
<p>Practicas de Lit + Vite</p>
</a>
</div>
</div>
<footer>
<a href="https://github.com/Joselon">Repositorio en Github</a>
</footer>
</body>
</html>