Skip to content

Commit

Permalink
Merge pull request #573 from geichelberger/root-render-warning
Browse files Browse the repository at this point in the history
Fix render warning
  • Loading branch information
ziegenberg committed Jun 4, 2024
2 parents ae7cd1b + f772f2c commit dd3be3c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,13 @@
content="Web site created using create-react-app"
/>
<link rel="apple-touch-icon" href="/logo192.png" />
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<link rel="manifest" href="/manifest.json" />
<title>Opencast</title>
</head>
<body id="root">
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<script type="module" src="/src/index.tsx"></script>
<div id="root">
</div>
</body>
</html>

0 comments on commit dd3be3c

Please sign in to comment.