From e023df7e9e9a94d665d6f973c25ac5b5b0c375c5 Mon Sep 17 00:00:00 2001 From: caodoc Date: Mon, 22 Apr 2024 19:21:44 +0700 Subject: [PATCH] . --- script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.js b/script.js index 9db840b..a88a1c2 100644 --- a/script.js +++ b/script.js @@ -6,7 +6,7 @@ const currentTime = document.getElementById("currentTime"); const unknownCmdText = `Unknown command! Write help for the full list.`; const whoIsText = `Hello! I’m caodoc, the creator of this terminal design based website.
- Source code can be found here.`; + Source code can be found here.`; const helpCmdText = ` clear    Clear the terminal.
help     Display this.