Skip to content

Commit

Permalink
server error.html: align with app.HTML format
Browse files Browse the repository at this point in the history
+ add missing meta
  • Loading branch information
jimmy-zhening-luo committed Feb 2, 2025
1 parent 7347fd0 commit 29fd528
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions src/error.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,17 @@
content="width=device-width, initial-scale=1" />
<meta
charset="utf-8" />
<title>%sveltekit.status%: %sveltekit.error.message%</title>
<title>Jimmy | %sveltekit.status%</title>
<meta
name="description"
content="Jimmy Luo's personal website" />
</head>
<body>
<h1>Error</h1>
<p>Status: %sveltekit.status%</p>
<p>Message: %sveltekit.error.message%</p>
<h1>
%sveltekit.status%
</h1>
<p>
%sveltekit.error.message%
</p>
</body>
</html>

0 comments on commit 29fd528

Please sign in to comment.