Carpeta subida al repositorio

This commit is contained in:
angel.alducin 2025-02-21 18:40:30 -06:00
parent 1d8f448a30
commit 5a820e4d37
1 changed files with 11 additions and 0 deletions

11
main.html Normal file
View File

@ -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>