From 6f027358ebfb91e6d571094333d1a1b799dfc0d1 Mon Sep 17 00:00:00 2001 From: yuuki <> Date: Thu, 6 Mar 2025 03:03:50 +0000 Subject: [PATCH] =?UTF-8?q?=E3=83=9A=E3=83=BC=E3=82=B8=E4=B8=80=E8=A6=A7?= =?UTF-8?q?=E3=82=92=E6=8A=98=E3=82=8A=E3=81=9F=E3=81=9F=E3=82=81=E3=82=8B?= =?UTF-8?q?=E3=82=88=E3=81=86=E3=81=AB=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/style.css | 4 ++++ templates/index.html | 11 +++++++---- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/static/style.css b/static/style.css index 0da9d4a..b3126f0 100644 --- a/static/style.css +++ b/static/style.css @@ -52,3 +52,7 @@ code { #note > :nth-child(n+4):nth-child(-n+4) { margin-right: 4px; } + +#page-list { + all: revert; +} diff --git a/templates/index.html b/templates/index.html index 8bf2fe7..7bd2136 100644 --- a/templates/index.html +++ b/templates/index.html @@ -4,15 +4,18 @@ LiteY - +

掲示板へようこそ!

良識のあるメッセージを心がけてください

- {% for i in range(max_page) %} - {{ i }} - {% endfor %} +
+ ページ一覧 + {% for i in range(max_page) %} + {{ i }} + {% endfor %} +