Estructura inicial del ejercicio

This commit is contained in:
2026-05-02 13:12:37 -03:00
parent b3f295f9be
commit 8b7e397900
2 changed files with 117 additions and 0 deletions

15
index.html Normal file
View File

@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Ejercicios en javascript - clase 7</title>
</head>
<body>
<h1>Ejercicios en javascript - clase 7</h1>
<p>Vincular el archivo ejercicios.js a este archivo. Luego, resolver ahí
los ejercicios.</p>
</body>
</html>