Skip to content

Commit

Permalink
Merge pull request #108 from Yoshino-Yukitaro/develop
Browse files Browse the repository at this point in the history
functionsの階層が間違っていたのを修正
  • Loading branch information
Yoshino-Yukitaro authored Sep 16, 2024
2 parents 1218539 + dfe57c7 commit 3749237
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
File renamed without changes.
8 changes: 8 additions & 0 deletions src/pages/404.astro
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
import Layout from "../layouts/Layout.astro";
---

<Layout title="404 Not Found" description="ページが見つかりませんでした。">
<h1 class="text-4xl">404 Not Found</h1>
<p>ページが見つかりませんでした。</p>
</Layout>

0 comments on commit 3749237

Please sign in to comment.