Files
phokus/website/index.html
T
LyAhn e14dbda41d feat(website): finish responsive polish
Self-host the Inter and Space Grotesk variable fonts, tighten the mobile layout, hide oversized edge marks on narrow screens, and add keyboard focus plus reduced-motion safeguards. Exclude website and documentation-only changes from the desktop CI workflow.
2026-06-15 19:55:01 +01:00

29 lines
1.2 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/brand/phokus-mark.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Phokus — your local media library, made searchable</title>
<meta
name="description"
content="Phokus is a local-first desktop media library for Windows. Browse, search by meaning, and curate large image and video folders with semantic search, visual discovery, and on-device AI. Nothing leaves your machine."
/>
<meta name="theme-color" content="#0a0b0d" />
<!-- Open Graph (social card image added in the metadata pass) -->
<meta property="og:title" content="Phokus — your local media library, made searchable" />
<meta
property="og:description"
content="Semantic search, visual discovery, and duplicate cleanup for the image and video folders already on your computer. Local-first, Windows."
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://phokus.jezz.wtf" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>