You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
440 B
13 lines
440 B
1 month ago
|
<!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>
|