Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Agregue el archivo index.html de ejemplo #93

Closed
wants to merge 14 commits into from
Empty file added README_zn.md
Empty file.
Empty file added acerca_de.html
Empty file.
16 changes: 16 additions & 0 deletions archivo_conflicto.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<h1>Hola desde un h1</h1>
<h2>Esto es un h2 de ejemplo</h2>

<p>Este es el texto de conflicto</p>
<p>Este es el otro texto de conflicto</p>
<p>Esto es un paragrafo de ejemplo</p>
</body>
</html>
1 change: 1 addition & 0 deletions archivo_ejemplo.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Archivo de ejemplo.
Empty file added contacto.html
Empty file.
14 changes: 14 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>

<body>

</body>

</html>
Empty file added main.html
Empty file.
Empty file added nosotros.html
Empty file.
1 change: 1 addition & 0 deletions otro_archivo_ejemplo.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Otro archivo de ejemplo.md
Empty file added styles.css
Empty file.