mirror of
https://github.com/AmanTahiliani/box-box.git
synced 2026-08-07 11:54:59 -04:00
33 lines
1.4 KiB
HTML
33 lines
1.4 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
|
<meta name="theme-color" content="#0d0d0d" />
|
|
<meta name="description" content="box-box: A premium Live F1 Dashboard and Timing Tower" />
|
|
|
|
<!-- Open Graph / Social -->
|
|
<meta property="og:title" content="box-box | Live F1 Dashboard" />
|
|
<meta property="og:description" content="Real-time F1 timing, telemetry, and race dashboard." />
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:url" content="https://box-box.amantahiliani.com/" />
|
|
<meta property="og:image" content="https://box-box.amantahiliani.com/favicon.jpg" />
|
|
|
|
<!-- Icons & PWA -->
|
|
<link rel="icon" type="image/jpeg" href="/favicon.jpg" />
|
|
<link rel="apple-touch-icon" href="/favicon.jpg" />
|
|
<link rel="manifest" href="/manifest.json" />
|
|
|
|
<!-- Google Fonts -->
|
|
<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=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;700;800&display=swap" rel="stylesheet">
|
|
|
|
<title>box-box | Live F1 Dashboard</title>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
</html>
|