BillTracker/index.html

35 lines
1.6 KiB
HTML

<!DOCTYPE html>
<html lang="en" class="dark">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/svg+xml" href="/brand/favicon.svg">
<link rel="alternate icon" href="/brand/favicon.ico">
<link rel="apple-touch-icon" href="/brand/apple-touch-icon.png">
<meta name="theme-color" content="#101417">
<meta name="description" content="Calm command for household money.">
<meta property="og:title" content="Bill Tracker">
<meta property="og:description" content="Calm command for household money.">
<meta property="og:image" content="/brand/social-preview.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Bill Tracker">
<meta name="twitter:description" content="Calm command for household money.">
<meta name="twitter:image" content="/brand/social-preview.png">
<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="Bill Tracker">
<title>Bill Tracker</title>
<!-- Pre-bundle theme apply (external so CSP stays script-src 'self'): a
classic script blocks parsing, so the class lands before first paint. -->
<script src="/theme-init.js"></script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/client/main.tsx"></script>
</body>
</html>