Add an "About" link

This commit is contained in:
Lynn
2022-01-03 16:17:36 +01:00
parent ef1de44e5d
commit 5a8100f720
4 changed files with 90 additions and 12 deletions

View File

@@ -4,6 +4,7 @@ export const names: Set<string> = new Set([
"carol",
"costa",
"dutch",
"fossa", // just too hard
"harry",
"jimmy",
"jones",
@@ -13,6 +14,7 @@ export const names: Set<string> = new Set([
"pedro",
"roger",
"sally",
"savoy",
"texas",
"willy",
]);