first test

This commit is contained in:
Tomas Dvorak
2026-02-08 14:14:55 +01:00
parent 18aa702174
commit d27cf14110
372 changed files with 98087 additions and 2583 deletions
+33
View File
@@ -0,0 +1,33 @@
<!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>