added document charset declaration

main
Midnight 3 years ago
parent 47312c2a18
commit 5ce527a4ef

@ -4,6 +4,8 @@ export default function GlobalLayout(props: any) {
return ( return (
<div> <div>
<Head> <Head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>owo</title> <title>owo</title>
<link rel="apple-touch-icon" sizes="180x180" href="/img/favicons/apple-touch-icon.png" /> <link rel="apple-touch-icon" sizes="180x180" href="/img/favicons/apple-touch-icon.png" />

Loading…
Cancel
Save