mirror of
https://github.com/Lifeforge-app/lifeforge.git
synced 2026-06-29 23:35:55 +00:00
Former-commit-id: 6ad2fac2e9cab83dd484e90e80732067d22616e8 [formerly 0834b7e2aaeb6a04e31f5f04cf88f01b2c256986] [formerly a4dcf0af4dfe6fcf744184676baa2d4caeb40fc7 [formerly 9632ffb6671d8f30ca33c51bda106c299a4c07da]] Former-commit-id: 23ac95ccea08e36479fe17ac5ae4c2bdc4d77119 [formerly 450788517ac9fabdc16607b8f41785bb5c55917e] Former-commit-id: 256d0df6be62899478c8a3a5258f296649f4672d
66 lines
2.6 KiB
HTML
66 lines
2.6 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" />
|
|
|
|
<!-- 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"
|
|
/>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
</html>
|