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.

14 lines
332 B

<!DOCTYPE HTML>
<html>
<head>
<title>Repaso de javascript</title>
<script src="repaso.js">
// Aqui traemos el script de un fichero externo y lo llamamos para que se ejecute.
</script>
<script src="repaso2.js";>
</script>
</head>
<body>
</body>
</html>