diff options
author | Anthony Wang | 2022-01-14 11:17:50 -0600 |
---|---|---|
committer | Anthony Wang | 2022-01-14 11:17:50 -0600 |
commit | 4664d47aa9d2bd52f7640be03c24f0f7b97a4947 (patch) | |
tree | f62b480237ec7da4da93a792192089fdf6f0d18b | |
parent | 1b0984f6d233912326010712300c261f4e24123c (diff) |
Front page: add license info and link to source code
-rw-r--r-- | front/pages/index.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/front/pages/index.tsx b/front/pages/index.tsx index c281fa0..61adeee 100644 --- a/front/pages/index.tsx +++ b/front/pages/index.tsx @@ -100,6 +100,7 @@ export default function Game() { }} username={username} /> + This game is licensed under the AGPL. <a href="https://git.exozy.me/Ta180m/McCarthyism">Source code here!</a> </> ); } |