diff --git a/index.html b/index.html index 7507eb1..4628207 100644 --- a/index.html +++ b/index.html @@ -8,6 +8,7 @@ Document +

Titulo hecho en develop

diff --git a/index.js b/index.js index e69de29..60d4ebd 100644 --- a/index.js +++ b/index.js @@ -0,0 +1 @@ +document.querySelectorAll('h1'); \ No newline at end of file diff --git a/styles.css b/styles.css index e69de29..56cf2fe 100644 --- a/styles.css +++ b/styles.css @@ -0,0 +1 @@ +* {} \ No newline at end of file