diff options
| author | Yasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com> | 2026-06-19 23:35:46 +0900 |
|---|---|---|
| committer | Yasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com> | 2026-06-19 23:35:46 +0900 |
| commit | da4e7150af05123ff258feaddc980e5db6c03474 (patch) | |
| tree | ac8f92e4367420e42e079fceec63fbb7cd82460e /src/pages/404.astro | |
| parent | 9294d4bab547a07eb17ed0ae28058462b7beaeca (diff) | |
「」を含む太字を <strong> タグに修正
Diffstat (limited to 'src/pages/404.astro')
| -rw-r--r-- | src/pages/404.astro | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/src/pages/404.astro b/src/pages/404.astro new file mode 100644 index 0000000..de1cffa --- /dev/null +++ b/src/pages/404.astro @@ -0,0 +1,27 @@ +--- +import StarlightPage from "@astrojs/starlight/components/StarlightPage.astro"; +--- + +<StarlightPage frontmatter={{ title: "ページが見つかりません" }}> + <p style="font-size:1.1rem;color:var(--sl-color-accent-high)"> + お探しのページは移動したか、存在しません。 + </p> + + <h2>サイトが新しくなりました</h2> + <p> + 令和8年6月にサイトをリニューアルしました。そのため、Google検索などから古いアドレスにアクセスされた場合、このページが表示されることがあります。現在表示できないページについては、順次移行を進めていますので、今しばらくお待ちください。 + </p> + + <h2>よく見られているページ</h2> + <ul> + <li><a href="/">🏠 トップページ</a></li> + <li><a href="/ippan-situmon/">📋 一般質問</a></li> + <li><a href="/jisseki/">📂 実績</a></li> + <li><a href="/policy/">📝 私の方針</a></li> + </ul> + + <h2>サイト内検索</h2> + <p> + ページ右上の検索バーからキーワードで検索することもできます。 + </p> +</StarlightPage> |
