Updated html
This commit is contained in:
parent
85bce5b254
commit
19f7ac1c42
1 changed files with 2 additions and 2 deletions
|
|
@ -18,8 +18,8 @@ export default (props: Props) => {
|
|||
<html lang="en">
|
||||
<head>
|
||||
<base href="/" />
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, viewport-fit=cover" />
|
||||
<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} />
|
||||
<meta property="og:title" content={props.name} />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue