diff --git a/.vscode/launch.json b/.vscode/launch.json
new file mode 100644
index 0000000..bed90cf
--- /dev/null
+++ b/.vscode/launch.json
@@ -0,0 +1,14 @@
+{
+ // Use IntelliSense to learn about possible attributes.
+ // Hover to view descriptions of existing attributes.
+ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
+ "version": "0.2.0",
+ "configurations": [
+ {
+ "type": "chrome",
+ "request": "launch",
+ "name": "Open index.html",
+ "file": "c:\\Users\\lucab\\Desktop\\FOSS\\foss_alternatives\\index.html"
+ }
+ ]
+}
\ No newline at end of file
diff --git a/header-folder.js b/header-folder.js
index 1713b6a..741afe8 100644
--- a/header-folder.js
+++ b/header-folder.js
@@ -11,18 +11,20 @@ class Header extends HTMLElement {