From da4e7150af05123ff258feaddc980e5db6c03474 Mon Sep 17 00:00:00 2001 From: Yasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com> Date: Fri, 19 Jun 2026 23:35:46 +0900 Subject: 「」を含む太字を <strong> タグに修正 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/404.astro | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 src/pages/404.astro (limited to 'src/pages/404.astro') 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"; +--- + + +

+ お探しのページは移動したか、存在しません。 +

+ +

サイトが新しくなりました

+

+ 令和8年6月にサイトをリニューアルしました。そのため、Google検索などから古いアドレスにアクセスされた場合、このページが表示されることがあります。現在表示できないページについては、順次移行を進めていますので、今しばらくお待ちください。 +

+ +

よく見られているページ

+ + +

サイト内検索

+

+ ページ右上の検索バーからキーワードで検索することもできます。 +

+
-- cgit v1.3.1