diff --git a/app/page.module.css b/app/page.module.css index 8b5c4b4..79f13d2 100644 --- a/app/page.module.css +++ b/app/page.module.css @@ -69,3 +69,13 @@ .statistics > div:first-child { margin-bottom: 10px; } + +.footer { + color: #7a7a7a; + font-size: 12px; + margin-top: 12px; + text-align: center; +} +.footer a { + color: #7a7a7a; +} diff --git a/app/page.tsx b/app/page.tsx index 4d26b36..6d0ec60 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -67,6 +67,12 @@ const Page = () => { +
+ © 2014 CCP hf. All rights reserved. "EVE", "EVE Online", "CCP", and all related + logos and images are trademarks or registered trademarks of CCP hf. +
+ Kindly hosted by Cloudflare. +
{debug && } );