Skip to content

Commit

Permalink
fixed the email
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan committed May 20, 2024
1 parent dcd5aa5 commit e622a2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion js/commands.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
var password = "UGFzc3dvcmQxMjMgKERPIE5PVCBVU0Up"; //This password does NOT contain a secret encoded message and is NOT an idea for a password you should use...
var Github = "https://github.com/Cyber-Dylan/";
var Telegram = "https://t.me/terminator3070/"
var Email = "cyberdylan.purge278@passinbox.com/";
var Email = "https://cyberdylan.purge278@passinbox.com";

whois = [
"<br>",
Expand Down
3 changes: 1 addition & 2 deletions js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,7 @@ function commander(cmd) {
newTab(Telegram);
break;
case "email":
addLine("Opening Email...", "color2", 0);
newTab(Email);
addLine("Please copy and paste the email into your email client.", "color2", 0);
break;
default:
addLine("<span class=\"inherit\">Command not found. For a list of commands, type <span class=\"command\">'help'</span>.</span>", "error", 100);
Expand Down

0 comments on commit e622a2b

Please sign in to comment.