diff --git a/index_files/commands.js.download b/index_files/commands.js.download
index 2f5f1a9..538e280 100644
--- a/index_files/commands.js.download
+++ b/index_files/commands.js.download
@@ -151,20 +151,6 @@ root = [
" ",
]
-// First, define the audio element and script outside the banner array
-var audioElement = document.createElement("audio");
-audioElement.id = "sound";
-audioElement.src = "Sound.mp3";
-
-function playSound() {
- var sound = document.getElementById("sound");
- sound.play();
-}
-
-window.addEventListener("load", playSound);
-
-// Now, define your banner array with the HTML content
-
banner = [
'Adil Sadqi Not A Corporation. No Rights reserved.',
@@ -179,8 +165,9 @@ banner = [
" ",
"~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~",
- '',
- 'Welcome to my interactive web terminal.',
- "For a list of available commands, type'help' Or type 'windows' For Windows Version. ",
+ '',
+ 'Welcome to my interactive web terminal.',
+ '
Current Date and Time: Loading...
',
+ '
Local IP Address: Loading...
',
+ "For a list of available commands, type'help' Or type 'windows' For Windows Version. ",
];
-