aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Wang2022-01-14 11:17:50 -0600
committerAnthony Wang2022-01-14 11:17:50 -0600
commit4664d47aa9d2bd52f7640be03c24f0f7b97a4947 (patch)
treef62b480237ec7da4da93a792192089fdf6f0d18b
parent1b0984f6d233912326010712300c261f4e24123c (diff)
Front page: add license info and link to source code
-rw-r--r--front/pages/index.tsx1
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>
</>
);
}