Skip to content

Commit

Permalink
Remove manifest from index.html in example
Browse files Browse the repository at this point in the history
  • Loading branch information
ianobermiller committed Nov 5, 2018
1 parent cf887c6 commit 33545b5
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions example/public/index.html
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="theme-color" content="#000000">

<link rel="manifest" href="%PUBLIC_URL%/manifest.json">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="theme-color" content="#000000">

<title>redux-react-hook</title>
</head>
<title>redux-react-hook</title>
</head>

<body>
<noscript>
You need to enable JavaScript to run this app.
</noscript>
<body>
<noscript>
You need to enable JavaScript to run this app.
</noscript>

<div id="root"></div>
</body>
</html>
<div id="root"></div>
</body>

</html>

0 comments on commit 33545b5

Please sign in to comment.