This commit is contained in:
Florine W. Dekker 2019-06-10 15:36:03 +02:00
parent 5c1f126481
commit 062bf4eac2
Signed by: FWDekker
GPG Key ID: B1B567AF58D6EE0F
2 changed files with 2 additions and 2 deletions

View File

@ -192,7 +192,7 @@ class Commands {
);
return "" +
`The source code of this terminal is <a href="https://git.fwdekker.com/FWDekker/fwdekker.com">available on Gitea</a>.
`The source code of this website is <a href="https://git.fwdekker.com/FWDekker/fwdekker.com">available on git</a>.
<b>List of commands</b>
${commandEntries.join("\n")}

View File

@ -55,7 +55,7 @@ class Terminal {
</span>@ <a href="https://www.tudelft.nl/en/">TU Delft</a>, the Netherlands
<span class="wideScreenOnly">${(new Date()).toISOString()}
</span>
Type "help" for help.
Type "<a href="#" onclick="run('help');">help</a>" for help.
`.trimLines();
}