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 %} +