Add link to Gitea

This commit is contained in:
Florine W. Dekker 2019-06-08 04:20:25 +02:00
parent a6f35d3fa2
commit 48899cca43
Signed by: FWDekker
GPG Key ID: B1B567AF58D6EE0F
1 changed files with 3 additions and 1 deletions

View File

@ -193,7 +193,9 @@ class Commands {
);
return "" +
`<b>List of commands</b>
`The source code of this terminal is <a href="https://git.fwdekker.com/FWDekker/fwdekker.com">available on Gitea</a>.
<b>List of commands</b>
${commandEntries.join("\n")}
Write "help [COMMAND]" for more information on a command.`.trimLines();