Se vinculo el JS

This commit is contained in:
2026-05-23 12:05:44 -03:00
parent 16ed42054c
commit e50ec359ad
4 changed files with 102 additions and 69 deletions

View File

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