diff options
Diffstat (limited to 'src/components/Title.tsx')
-rw-r--r-- | src/components/Title.tsx | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/components/Title.tsx b/src/components/Title.tsx index 99c7584..1736cba 100644 --- a/src/components/Title.tsx +++ b/src/components/Title.tsx @@ -7,6 +7,17 @@ export const Title = ({ setReady }: TitleProps) => { <div style={{ textAlign: "center" }}> <h1>the abstraction engine</h1> <p>a game based on the lambda calculus</p> + <p> + engine{" "} + <a + href="https://git.simponic.xyz/the-abstraction-engine" + target="_blank" + > + from scratch + </a> + </p> + <br /> + <p>WASD/arrow keys to move, space/enter to interact</p> <br /> <hr /> |