60 lines
2.2 KiB
HTML
60 lines
2.2 KiB
HTML
<!doctype html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta charset="UTF-8" />
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||
|
||
<title>React Scan</title>
|
||
<meta name="title" content="React Scan" />
|
||
<meta
|
||
name="description"
|
||
content="React Scan automatically detects and highlights components that cause performance issues in your React app. Drop it in anywhere – script tag, npm, you name it!"
|
||
/>
|
||
|
||
<meta property="og:type" content="website" />
|
||
<meta property="og:url" content="https://react-scan.million.dev" />
|
||
<meta property="og:title" content="React Scan" />
|
||
<meta
|
||
property="og:description"
|
||
content="React Scan automatically detects and highlights components that cause performance issues in your React app. Drop it in anywhere – script tag, npm, you name it!"
|
||
/>
|
||
<meta
|
||
property="og:image"
|
||
content="https://react-scan.million.dev/banner.png"
|
||
/>
|
||
|
||
<meta property="twitter:card" content="summary_large_image" />
|
||
<meta property="twitter:url" content="https://react-scan.million.dev" />
|
||
<meta property="twitter:title" content="React Scan" />
|
||
<meta
|
||
property="twitter:description"
|
||
content="React Scan automatically detects and highlights components that cause performance issues in your React app. Drop it in anywhere – script tag, npm, you name it!"
|
||
/>
|
||
<meta
|
||
property="twitter:image"
|
||
content="https://react-scan.million.dev/banner.png"
|
||
/>
|
||
|
||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
||
<link
|
||
href="https://fonts.googleapis.com/css2?family=Geist+Mono:wght@100..900&family=Geist:wght@100..900&display=swap"
|
||
rel="stylesheet"
|
||
/>
|
||
|
||
<link rel="icon" href="/logo.svg" type="image/svg+xml" />
|
||
|
||
<meta
|
||
name="keywords"
|
||
content="react, performance, debugging, developer tools, web development, javascript"
|
||
/>
|
||
<meta name="author" content="Aiden Bai" />
|
||
<meta name="theme-color" content="#8b5cf6" />
|
||
<link rel="canonical" href="https://react-scan.million.dev" />
|
||
</head>
|
||
<body>
|
||
<div id="root"></div>
|
||
<script type="module" src="/src/index.tsx"></script>
|
||
</body>
|
||
</html>
|