Files
lifeforge/docs/index.html
Melvin Chia 41d5b9a9c8 fix(docs): add Google site verification meta tag for improved SEO
Former-commit-id: cbc63f7ab15196a34e5a18bc91f71a8089689343 [formerly dd3bd3f11602702f63abe46b09f1750ebf9a7b4e] [formerly adfe2d4df6839dc1f45a4632897e36d6701b8918 [formerly 1ebad1d4c2e823a095b62bb3730e2330dad6d3ac]]
Former-commit-id: e49c1479ae093849b5cecc21b93717465260357e [formerly da95e5d07101318bea44add835e802f85b9c2304]
Former-commit-id: 7aa926d7ba443e37f9f17f77856f56909a267e0a
2025-10-18 10:32:37 +08:00

92 lines
3.3 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link
rel="icon"
type="image/svg+xml"
href="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxZW0iIGhlaWdodD0iMWVtIiB2aWV3Qm94PSIwIDAgMjQgMjQiPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0NFREQzRSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiIGQ9Im0xMS40MTQgMTBsLTcuMzgzIDcuNDE4YTIuMDkgMi4wOSAwIDAgMCAwIDIuOTY3YTIuMTEgMi4xMSAwIDAgMCAyLjk3NiAwTDE0LjQxNCAxM20zLjcwNyAyLjI5M2wyLjU4Ni0yLjU4NmExIDEgMCAwIDAgMC0xLjQxNGwtNy41ODYtNy41ODZhMSAxIDAgMCAwLTEuNDE0IDBMOS4xMjEgNi4yOTNhMSAxIDAgMCAwIDAgMS40MTRsNy41ODYgNy41ODZhMSAxIDAgMCAwIDEuNDE0IDAiLz48L3N2Zz4="
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="google-site-verification"
content="TZJ491IH2SJMCtqd0p5KA6kUpy_KxkvKEH79HnKJz4w"
/>
<!-- Primary Meta Tags -->
<title>Lifeforge. Docs</title>
<meta name="title" content="Lifeforge. Docs" />
<meta
name="description"
content="Comprehensive documentation for Lifeforge - your all in one self-hosted productivity and life management tool."
/>
<meta
name="keywords"
content="lifeforge, documentation, productivity, life management, tools, self-hosted"
/>
<meta name="author" content="Lifeforge Team" />
<meta name="robots" content="index, follow" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://docs.lifeforge.melvinchia.dev/" />
<meta property="og:title" content="Lifeforge. Docs" />
<meta
property="og:description"
content="Comprehensive documentation for Lifeforge - your all in one self-hosted productivity and life management tool."
/>
<meta
property="og:image"
content="https://docs.lifeforge.melvinchia.dev/og-image.png"
/>
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta
property="twitter:url"
content="https://docs.lifeforge.melvinchia.dev/"
/>
<meta property="twitter:title" content="Lifeforge. Docs" />
<meta
property="twitter:description"
content="Comprehensive documentation for Lifeforge - your all in one self-hosted productivity and life management tool."
/>
<meta
property="twitter:image"
content="https://docs.lifeforge.melvinchia.dev/og-image.png"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/styles/github-dark.min.css"
/>
<style>
.preloader {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
background-color: black;
color: white;
font-family: 'Inter', sans-serif;
}
</style>
</head>
<body class="h-dvh w-full">
<div
class="preloader flex-center bg-black! text-black! absolute left-0 top-0 h-dvh w-full flex-col gap-6"
>
<span class="loader text-white!"></span>
<p class="text-lg font-medium text-white">Forging things together...</p>
</div>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>