Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
notas.md
otro.html
otro.html
table.html
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"terminal.integrated.defaultProfile.windows": "Git Bash"
}
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@

# lapzdev.github.io
## Esto es una prueba
=========
# PÁGINA WEB INICIAL
## Temario
<img src="IMG-20260808-WA0004.jpg" alt="vasilio" width="100 " height="auto">
### Notas
### Enlaces
<a href="index .html">Enlace principal</a>
<br>

16 changes: 13 additions & 3 deletions index .html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,22 @@
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Este es un curso de html" />

<meta http-equiv="X-UA-Compatible" content="IE=7,8,edge" />
<link rel="stylesheet" href="style.css" type="text/css" media="all" />
<meta property="og:title" content="Curso de HTML" />
<meta property="og:description" content="Este es un curso de html" />
<meta property="og:image" content="https://lapzdev.github.io/IMG-20260808-WA0003.jpg" />

<-- Metaetiquetas para seo --></-->
<link rel="canonical" href="https://lapzdev.github.io/index.html" title="" type="" />
<!--este icono es para computadoras-->

<link rel="icon" href="IMG-20260808-WA0004.jpg" title="" type="" />
<!--este icono es para dispositivos móviles-->
<link rel="apple-touch-icon" href="IMG-20260808-WA0004.jpg" title="" type="" />
<!-- metaetiquetas para el color -->
<meta name="theme-color" content="#ff3400" />
<title>prueba</title>

</head>
Expand All @@ -27,8 +37,8 @@ <h2 id="inicio">Listado del curso</h2>
<li><a href="#elementos-interactivos">Elementos interactivos</a></li><br />
<li><a href="#audio-video">Audio y video</a></li><br />
<li><a href="#formularios">Formularios</a></li><br />
<li><a href="data-atribute">Data atributes</a></li><br />
<li><a href="meta-seo">Metaetiquetas para SEO</a></li><br />
<li><a href="#data-atribute">Data atributes</a></li><br />
<li><a href="#meta-seo">Metaetiquetas para SEO</a></li><br />
<li><a href=""></a></li><br />
<li><a href=""></a></li><br />
<li><a href=""></a></li><br />
Expand Down
Loading