Skip to content

Instantly share code, notes, and snippets.

@YajanaRao
Created August 29, 2020 16:56
Show Gist options
  • Save YajanaRao/9268f4f5fcc3801fe3c8a2181dec8f66 to your computer and use it in GitHub Desktop.
Save YajanaRao/9268f4f5fcc3801fe3c8a2181dec8f66 to your computer and use it in GitHub Desktop.
index.html for Create React App
<html lang="en">
<head>
<meta charset="utf-8" />
<link href="%PUBLIC_URL%/favicon.ico" rel="icon" />
<meta content="width=device-width, initial-scale=1" name="viewport" />
<meta content="#ffffff" name="theme-color" />
<meta content="React Native App" name="description" />
<meta content="react native, react native web" name="keywords" />
<link href="%PUBLIC_URL%/manifest.json" rel="manifest" />
<title>React Native Web</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment