Corrected HTML
This commit is contained in:
parent
a03abd3387
commit
64458773d2
1 changed files with 2 additions and 3 deletions
|
|
@ -18,7 +18,8 @@ export default (props: Props) => {
|
|||
<>
|
||||
<html lang="en">
|
||||
<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="name" content={props.name} />
|
||||
<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={background2.src} as="image" type="image/svg+xml" />
|
||||
</Show>
|
||||
<base href="/" />
|
||||
|
||||
<title>{props.title}</title>
|
||||
</head>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue