cra-template-fireship
Version:
Build and ship 🔥 your app ⚡ faster
20 lines (17 loc) • 621 B
HTML
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#454e56" />
<meta name="description" content="Build and ship 🔥 your app ⚡ faster" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo-512.png" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<title>Fireship CRA</title>
</head>
<body>
<noscript>Enable JavaScript to run this app</noscript>
<div id="root"></div>
</body>
</html>