Skip to content

Commit

Permalink
add lang attribute
Browse files Browse the repository at this point in the history
Signed-off-by: Max Schmidt <[email protected]>
  • Loading branch information
mooxl committed Dec 2, 2023
1 parent 218afc6 commit 4ea1570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { PageProps } from "$fresh/server.ts";

export default function App({ Component }: PageProps) {
return (
<html>
<html lang="de">
<head>
<title>Max Schmidt - Full Stack Web Developer</title>
<meta
Expand Down

0 comments on commit 4ea1570

Please sign in to comment.