We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0 parents commit 3b2778bCopy full SHA for 3b2778b
index.html
@@ -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