diff --git a/01/index.html b/01/index.html
index d8f0d72..7c237ea 100644
--- a/01/index.html
+++ b/01/index.html
@@ -1,5 +1,6 @@
+
@@ -7,7 +8,12 @@
devmentor.pl - JS Tools - #01
+
+
GitHub też jest fajny!
+ Git jest fajny!
+
+
\ No newline at end of file
diff --git a/02/app.js b/02/app.js
index 0d26b21..4074bd7 100644
--- a/02/app.js
+++ b/02/app.js
@@ -1,3 +1,5 @@
-console.log('Działa! Gratuluję uruchomienia JS z poziomu Node.js!');
-console.log('Moja wersja Node.js to: [tutaj wpisz swoją wersję]');
-console.log('Moja wersja npm to: [tutaj wpisz swoją wersję]');
\ No newline at end of file
+console.log('Działa! Gratuluję uruchomienia JS z poziomu Node.js!')
+
+console.log('Moja wersja Node.js to: [v20.11.0]')
+
+console.log('Moja wersja npm to: [10.2.4]')