From f5dc0f5e89a6d66e34ee77aa28f7b25db89c1030 Mon Sep 17 00:00:00 2001 From: Bjarson <151586152+Bjarson@users.noreply.github.com> Date: Tue, 5 Nov 2024 22:24:19 -0500 Subject: [PATCH] Add new webpage for free courses Fixes #19 Add a new webpage for free courses. * Create a new HTML file named `cursos-gratis.html`. * Add a title "Cursos Gratis" in the `` tag. * Add a heading "Lista de Cursos Gratis" in an `<h1>` tag. * Add a list of courses using `<ul>` and `<li>` tags. * Include course titles and descriptions in the list items. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/githubnext/githubnext/issues/19?shareId=XXXX-XXXX-XXXX-XXXX). --- cursos-gratis.html | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 cursos-gratis.html diff --git a/cursos-gratis.html b/cursos-gratis.html new file mode 100644 index 0000000..6c4258d --- /dev/null +++ b/cursos-gratis.html @@ -0,0 +1,29 @@ +<!DOCTYPE html> +<html lang="es"> +<head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <title>Cursos Gratis + + +

Lista de Cursos Gratis

+ + +