File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed
Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 11{
2- "astro.content-intellisense" : true
2+ "astro.content-intellisense" : true ,
3+ "editor.defaultFormatter" : " esbenp.prettier-vscode"
34}
Original file line number Diff line number Diff line change 1+ ---
2+ import GlobalLayout from " +/layouts/GlobalLayout.astro" ;
3+ import { Focus } from " +/schema" ;
4+ ---
5+
6+ <GlobalLayout
7+ title =" 404: Page Not Found"
8+ focus ={ Focus .none }
9+ description =" "
10+ image ={ null }
11+ >
12+ <div class =" prose prose-xl mx-auto mt-40 mb-72 text-center" >
13+ <h1 class =" mb-4 text-5xl font-bold" >404</h1 >
14+ <p class =" mt-8 text-2xl text-gray-500" >ページが見つかりませんでした。</p >
15+ <p class =" text-2xl text-gray-500" >Sorry, we couldn't find that page.</p >
16+ <p >
17+ <a href =" /" class =" btn btn-primary" >ホームに戻る</a >
18+ </p >
19+ </div >
20+ </GlobalLayout >
You can’t perform that action at this time.
0 commit comments