33 lines
1.3 KiB
HTML
33 lines
1.3 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/svg+xml" href="/icon.svg" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
|
|
|
|
<!-- Primary Meta Tags -->
|
|
<title>Deckerr - Card Deck Manager</title>
|
|
<meta name="title" content="Deckerr - Card Deck Manager" />
|
|
<meta name="description" content="Manage your trading card game decks on the go. Build, organize, and track your card collection." />
|
|
|
|
<!-- PWA Meta Tags -->
|
|
<meta name="theme-color" content="#0f172a" />
|
|
<meta name="mobile-web-app-capable" content="yes" />
|
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
|
<meta name="apple-mobile-web-app-title" content="Deckerr" />
|
|
|
|
<!-- Apple Touch Icons -->
|
|
<link rel="apple-touch-icon" href="/icon.svg" />
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/icon.svg" />
|
|
|
|
<!-- MS Application -->
|
|
<meta name="msapplication-TileColor" content="#0f172a" />
|
|
<meta name="msapplication-config" content="/browserconfig.xml" />
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
</html>
|