Upgrade eslint and friends
This commit is contained in:
parent
21e9abb899
commit
8ba3990076
4 changed files with 9 additions and 8 deletions
8
html.js
8
html.js
|
|
@ -19,20 +19,20 @@ export default class Html extends React.Component {
|
|||
return (
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charSet="utf-8"/>
|
||||
<meta httpEquiv="X-UA-Compatible" content="IE=edge"/>
|
||||
<meta charSet="utf-8" />
|
||||
<meta httpEquiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta
|
||||
name="viewport"
|
||||
content="user-scalable=no width=device-width, initial-scale=1.0 maximum-scale=1.0"
|
||||
/>
|
||||
<title>{this.props.title}</title>
|
||||
<link rel="shortcut icon" href={favicon} />
|
||||
<TypographyStyle/>
|
||||
<TypographyStyle />
|
||||
{cssLink}
|
||||
</head>
|
||||
<body className="landing-page">
|
||||
<div id="react-mount" dangerouslySetInnerHTML={{ __html: body }} />
|
||||
<script src={link('/bundle.js')}/>
|
||||
<script src={link('/bundle.js')} />
|
||||
</body>
|
||||
</html>
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue