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