Skip to content

Commit 3b2778b

Browse files
Plantilla tocutre XD
0 parents  commit 3b2778b

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

index.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<!-- index.html -->
2+
<!DOCTYPE html>
3+
<html lang="es">
4+
5+
<head>
6+
<meta charset="UTF-8" />
7+
<title>Mi primera página</title>
8+
</head>
9+
10+
<body>
11+
<h1>¡Hola, mundo!</h1>
12+
<p>Esta es mi primera página web.</p>
13+
<img src="https://via.placeholder.com/150" alt="Imagen de ejemplo">
14+
<p><a href="https://github.com/ClaudioDragomir0">Mi perfil de GitHub</a></p>
15+
</body>
16+
17+
</html>

0 commit comments

Comments
 (0)