From a09e0afa0cfeb99c937f51c19ead16908a17b22b Mon Sep 17 00:00:00 2001 From: TheInfernal7 Date: Mon, 13 Jun 2022 16:02:18 +0200 Subject: [PATCH] k --- 30DaysOfJS/index.html | 17 +++++++++++++++++ 30DaysOfJS/pruebas.js | 0 2 files changed, 17 insertions(+) create mode 100644 30DaysOfJS/index.html create mode 100644 30DaysOfJS/pruebas.js diff --git a/30DaysOfJS/index.html b/30DaysOfJS/index.html new file mode 100644 index 0000000..1d94204 --- /dev/null +++ b/30DaysOfJS/index.html @@ -0,0 +1,17 @@ +//Formas de agregar javascript a una web +/* + - Guión en linea + - Guión interno + - Guión externo + - Múltiples scripts externos +*/ +// Guión en linea + + + + 30DaysOfScripts:Inline Scripts + + + + + \ No newline at end of file diff --git a/30DaysOfJS/pruebas.js b/30DaysOfJS/pruebas.js new file mode 100644 index 0000000..e69de29