This commit is contained in:
Caodoc 2024-04-22 19:21:44 +07:00
parent 062004c1e4
commit e023df7e9e

View file

@ -6,7 +6,7 @@ const currentTime = document.getElementById("currentTime");
const unknownCmdText = `Unknown command! Write <code class="help">help</code> for the full list.`;
const whoIsText = `Hello! Im <a href="https://git.exozy.me/caodoc" target="_blank">caodoc</a>, the creator of this terminal design based website. <br/>
Source code can be found <a href="https://git.exozy.me/caodoc/terminal" target="_blank">here</a>.`;
Source code can be found <a href="https://git.exozy.me/caodoc/caodoc.exozy.me" target="_blank">here</a>.`;
const helpCmdText = `
<code class="help">clear</code>&nbsp;&nbsp;&nbsp; Clear the terminal. <br/>
<code class="help">help</code>&nbsp;&nbsp;&nbsp;&nbsp; Display this. <br/>