From 5cbb8384c189af2abfce02978b507a1a2af7a1e6 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Thu, 10 Apr 2025 23:24:15 +0800 Subject: [PATCH] Add footer --- static/index.html | 18 ++++++++++++++++++ diff --git a/static/index.html b/static/index.html index 287d7058e77a019c366c61fa5245e293ce08a40c..524eabe3e6a375f7d44f46833f5ef819eb484d38 100644 --- a/static/index.html +++ b/static/index.html @@ -138,6 +138,16 @@ padding: 3px 6px; border-radius: 4px; cursor: pointer; } + + footer { + max-width: 900px; + margin: 20px auto; + font-size: 10px; + color: #4f5c5d; + } + footer a, footer a:link, footer a:visited { + color: #4f5c5d; + }