-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
59 lines (54 loc) · 3.87 KB
/
Copy pathindex.html
File metadata and controls
59 lines (54 loc) · 3.87 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!doctype html>
<html lang="en" id="html-root">
<head>
<meta charset="utf-8" />
<link rel="icon" href="/favicon.ico" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
<meta name="theme-color" content="#079164" media="(prefers-color-scheme: light)" />
<meta name="theme-color" content="#0d0f13" media="(prefers-color-scheme: dark)" />
<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="description"
content="Pacifinance - Open source, privacy-first personal finance. Understand your financial situation and compare yourself completely anonymously with other users, without sharing your data. Free, AGPLv3 licensed, self-hostable with Docker."
/>
<meta name="keywords" content="open source personal finance app, privacy-first finance management, anonymous financial comparison, self-hosted finance app, free budget app, AGPLv3, Docker self-hosting, unify bank accounts, multi-currency" />
<meta name="author" content="Pacifinance" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
<link rel="manifest" href="/site.webmanifest" />
<!-- Open Graph — static fallback for crawlers that don't execute JS (most
link-preview bots: Slack, WhatsApp, iMessage, many others). SEOHead.tsx
(react-helmet) overrides these per-page for real browsers/JS-capable
crawlers once the app hydrates. -->
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Pacifinance" />
<meta property="og:title" content="Pacifinance - Open Source, Privacy-First Personal Finance" />
<meta property="og:description" content="Understand your financial situation and compare yourself completely anonymously with other users, without sharing your data. Free, AGPLv3 licensed, self-hostable with Docker." />
<meta property="og:image" content="https://pacifinance.com/og-image.webp" />
<meta property="og:url" content="https://pacifinance.com/" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Pacifinance - Open Source, Privacy-First Personal Finance" />
<meta name="twitter:description" content="Understand your financial situation and compare yourself completely anonymously with other users, without sharing your data. Free, AGPLv3 licensed, self-hostable with Docker." />
<meta name="twitter:image" content="https://pacifinance.com/og-image.webp" />
<!-- Preconnect for performance -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="preconnect" href="https://pacifinance.com">
<!-- Inter font. Plain stylesheet link rather than the old print-media +
onload="this.media='all'" trick: that inline event handler would have
required 'unsafe-inline' in the CSP script-src, which we'd rather not
grant just to save a few ms of render-blocking on a font. -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap">
<!-- Hero visual is now an inline SVG mockup (src/sections/LandingHero.tsx), not a raster
image, so there's no LCP image to preload here anymore — one less network request. -->
<!-- Umami is injected by analyticsService only after analytics consent. -->
<title>Pacifinance - Open Source, Privacy-First Personal Finance</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/index.jsx"></script>
</body>
</html>