Skip to content

Commit

Permalink
fix: set error page charset to utf-8
Browse files Browse the repository at this point in the history
  • Loading branch information
lomirus committed Dec 19, 2023
1 parent 61bdb95 commit d34ad45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/templates/error.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<html>
<head>
<title>Live Server Error</title>
<meta charset="utf-8">
{}
</head>
<body>{}</body>
Expand Down

0 comments on commit d34ad45

Please sign in to comment.