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