diff options
-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> </> ); } |