Corrected HTML

This commit is contained in:
Patrick Alvin Alcala 2025-09-18 09:01:16 +08:00
parent a03abd3387
commit 64458773d2

View file

@ -18,7 +18,8 @@ export default (props: Props) => {
<> <>
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8" /> <base href="/" />
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" /> <meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
<meta name="name" content={props.name} /> <meta name="name" content={props.name} />
<meta name="description" content={props.description} /> <meta name="description" content={props.description} />
@ -35,8 +36,6 @@ export default (props: Props) => {
<link rel="preload" href={background1.src} as="image" type="image/svg+xml" /> <link rel="preload" href={background1.src} as="image" type="image/svg+xml" />
<link rel="preload" href={background2.src} as="image" type="image/svg+xml" /> <link rel="preload" href={background2.src} as="image" type="image/svg+xml" />
</Show> </Show>
<base href="/" />
<title>{props.title}</title> <title>{props.title}</title>
</head> </head>