Skip to content

Commit

Permalink
fix : html lang
Browse files Browse the repository at this point in the history
  • Loading branch information
saladbowl77 committed Oct 22, 2022
1 parent d52f2f8 commit 576d6b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<html lang="ja">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
Expand All @@ -9,4 +9,4 @@
<body>
%sveltekit.body%
</body>
</html>
</html>

0 comments on commit 576d6b7

Please sign in to comment.