From 5a820e4d37e96c48dbbaa148abdb59017e5ac1df Mon Sep 17 00:00:00 2001 From: "angel.alducin" <zs22016132@estudiantes.uv.mx> Date: Fri, 21 Feb 2025 18:40:30 -0600 Subject: [PATCH] Carpeta subida al repositorio --- main.html | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 main.html diff --git a/main.html b/main.html new file mode 100644 index 0000000..c0ca8fc --- /dev/null +++ b/main.html @@ -0,0 +1,11 @@ +<!DOCTYPE html> +<html lang="es"> +<head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <title>Hola Mundo</title> +</head> +<body> + <h1>Hola Mundo</h1> +</body> +</html>