mirror of
https://github.com/Dvorinka/Trackeep.git
synced 2026-07-29 05:53:50 +00:00
34 lines
1.8 KiB
HTML
34 lines
1.8 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Trackeep - Your Self-Hosted Productivity & Knowledge Hub</title>
|
|
<meta name="description" content="Track, save, and organize everything that matters to you - all in one place, under your control. Open source, self-hosted productivity platform." />
|
|
|
|
<!-- Open Graph / Facebook -->
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:url" content="https://trackeep.org/" />
|
|
<meta property="og:title" content="Trackeep - Your Self-Hosted Productivity & Knowledge Hub" />
|
|
<meta property="og:description" content="Track, save, and organize everything that matters to you - all in one place, under your control." />
|
|
<meta property="og:image" content="https://trackeep.org/og-image.png" />
|
|
|
|
<!-- Twitter -->
|
|
<meta property="twitter:card" content="summary_large_image" />
|
|
<meta property="twitter:url" content="https://trackeep.org/" />
|
|
<meta property="twitter:title" content="Trackeep - Your Self-Hosted Productivity & Knowledge Hub" />
|
|
<meta property="twitter:description" content="Track, save, and organize everything that matters to you - all in one place, under your control." />
|
|
<meta property="twitter:image" content="https://trackeep.org/og-image.png" />
|
|
|
|
<!-- Preconnect to Google Fonts for Inter -->
|
|
<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&display=swap" rel="stylesheet" />
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/main.ts"></script>
|
|
</body>
|
|
</html>
|