Skip to content

Commit

Permalink
add exit
Browse files Browse the repository at this point in the history
  • Loading branch information
yudiwiratama committed Nov 5, 2024
1 parent 0c5bdbb commit 24604b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@
case 'exit':
term.echo("terminating ... ")
loading();
setTimeout(function(){window.location = 'https:\/\/prastamaha.dev'}, 2000);
setTimeout(function(){window.location = 'https:\/\/yudiwiratama.github.io'}, 2000);
break;


Expand Down

0 comments on commit 24604b7

Please sign in to comment.