Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Add new webpage for free courses#20

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
Bjarson wants to merge1 commit intogithubnext:main
base:main
Choose a base branch
Loading
fromBjarson:add-cursos-gratis
Open
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletionscursos-gratis.html
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -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</title>
</head>
<body>
<h1>Lista de Cursos Gratis</h1>
<ul>
<li>
<h2>Curso de Programación en Python</h2>
<p>Aprende los conceptos básicos de programación utilizando el lenguaje Python.</p>
</li>
<li>
<h2>Curso de Desarrollo Web</h2>
<p>Descubre cómo crear sitios web utilizando HTML, CSS y JavaScript.</p>
</li>
<li>
<h2>Curso de Bases de Datos</h2>
<p>Conoce los fundamentos de las bases de datos y cómo interactuar con ellas utilizando SQL.</p>
</li>
<li>
<h2>Curso de Machine Learning</h2>
<p>Introducción al aprendizaje automático y cómo aplicarlo en proyectos reales.</p>
</li>
</ul>
</body>
</html>

[8]ページ先頭

©2009-2025 Movatter.jp