Add 'index.html'
This commit is contained in:
13
index.html
Normal file
13
index.html
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
<!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 desde Lenape en español</h1>
|
||||||
|
<p>La frase "Hola Mundo" en Lenape (una de las lenguas algonquinas) es: <strong>"Tanshi"</strong>.</p>
|
||||||
|
<p>Así que, ¡aquí tienes un saludo en Lenape traducido al español!</p>
|
||||||
|
</body>
|
||||||
|
</html>
|
Reference in New Issue
Block a user