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 + + +
+