forked from marquez.juan/javascript-primeros-ejercicios
vincule el script
This commit is contained in:
@@ -4,12 +4,13 @@
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width">
|
<meta name="viewport" content="width=device-width">
|
||||||
<title>Primeros ejercicios en javascript</title>
|
<title>Primeros ejercicios en javascript</title>
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>Primeros ejercicios en javascript</h1>
|
<h1>Primeros ejercicios en javascript</h1>
|
||||||
<p>Vincular el archivo ejercicios.js a este archivo. Luego, resolver ahí
|
<p>Vincular el archivo ejercicios.js a este archivo. Luego, resolver ahí
|
||||||
los ejercicios.</p>
|
los ejercicios.</p>
|
||||||
|
|
||||||
|
<script src="ejercicios.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user