From 05f6149bd1d5aa54058725bfe2d25cbd2bcb9239 Mon Sep 17 00:00:00 2001 From: Patric Stout Date: Fri, 7 Jun 2024 23:06:24 +0200 Subject: [PATCH] feat: add footer with CCP copyright and Cloudflare reference (#73) --- app/page.module.css | 10 ++++++++++ app/page.tsx | 6 ++++++ 2 files changed, 16 insertions(+) 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 && } );