27
spa/index.html
Normal file
27
spa/index.html
Normal file
@@ -0,0 +1,27 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
|
||||
|
||||
<title>K-Mood — Mood Tracking Journal</title>
|
||||
<meta name="description" content="Self-hosted mood tracking journal. Log your mood, activities, photos, and voice memos. Track trends, streaks, and correlations over time." />
|
||||
<meta name="theme-color" content="#0f0f1e" />
|
||||
<meta name="color-scheme" content="dark" />
|
||||
<meta name="application-name" content="K-Mood" />
|
||||
|
||||
<meta property="og:title" content="K-Mood — Mood Tracking Journal" />
|
||||
<meta property="og:description" content="Self-hosted mood tracking journal. Log your mood, activities, photos, and voice memos." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:image" content="/logo512.png" />
|
||||
|
||||
<link rel="icon" href="/favicon.ico" sizes="any" />
|
||||
<link rel="icon" href="/logo192.png" type="image/png" />
|
||||
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
|
||||
<link rel="manifest" href="/manifest.json" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
<script type="module" src="/src/main.tsx"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user