- Update theme-color to match brand (#f8fafc), fix stale CRA description - Remove manifest.json and logo192.png references (not used) - Replace !important on chart export buttons with higher specificity selectors - Remove unused .skeleton-text and .skeleton-loading CSS classes - Remove duplicate skeleton animation keyframes Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
20 lines
900 B
HTML
20 lines
900 B
HTML
<!DOCTYPE html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta charset="utf-8" />
|
||
<link rel="icon" href="/favicon.ico" />
|
||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||
<meta name="theme-color" content="#f8fafc" />
|
||
<meta name="description" content="HiHala Data Dashboard — Museum analytics, visitor tracking, and revenue insights" />
|
||
<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=DM+Sans:wght@400;500;600&family=IBM+Plex+Sans+Arabic:wght@400;500;600;700&display=swap" rel="stylesheet">
|
||
<title>HiHala Data – Museums</title>
|
||
</head>
|
||
<body>
|
||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||
<div id="root"></div>
|
||
<script type="module" src="/src/index.tsx"></script>
|
||
</body>
|
||
</html>
|