Skip to content
This repository has been archived by the owner on Aug 14, 2019. It is now read-only.

Commit

Permalink
Removed unnecessary wrappers in index.html and added robots meta tag; f…
Browse files Browse the repository at this point in the history
…ixes #9.
  • Loading branch information
Dromin committed Apr 21, 2018
1 parent a05b0c7 commit 7a30ae9
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions public/index.html
Expand Up @@ -3,16 +3,13 @@
<html>

<head>
<meta charset="utf-8">
<meta charset="utf-8" />
<meta name="robots" content="noindex, nofollow" />
<title>OpenWebslides</title>
</head>

<body class="l_site">
<div class="l_site__background">
<div class="l_site__wrapper">
<div id="react-app"></div>
</div>
</div>
<body>
<div id="react-app"></div>
</body>

</html>

0 comments on commit 7a30ae9

Please sign in to comment.