-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
106 lines (102 loc) · 4.72 KB
/
Copy pathindex.html
File metadata and controls
106 lines (102 loc) · 4.72 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<!doctype html>
<html lang="en" data-theme="dark">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="canonical" href="https://lumen.muharafiq.com/" />
<meta name="theme-color" content="#08090d" />
<script>
(function () {
var key = 'lumen-theme';
var stored = localStorage.getItem(key);
var theme = stored === 'light' || stored === 'dark' ? stored : 'dark';
document.documentElement.dataset.theme = theme;
})();
</script>
<meta name="author" content="Muhammad Rafiq" />
<meta name="publish-date" content="2026-06-03" />
<meta property="article:author" content="Muhammad Rafiq" />
<meta property="article:published_time" content="2026-06-03T00:00:00Z" />
<title>Lumen — when your home shifts, you stay calm.</title>
<meta name="description" content="Lumen is a calm home companion for iPhone. Gentle suggestions, plain-language reasoning, and confirmation before your home changes." />
<!-- Open Graph / LinkedIn -->
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Lumen" />
<meta property="og:url" content="https://lumen.muharafiq.com/" />
<meta property="og:title" content="Lumen — when your home shifts, you stay calm." />
<meta property="og:description" content="A calm home companion for iPhone. Gentle suggestions, plain-language reasoning, and confirmation before your home changes." />
<meta property="og:image" content="https://lumen.muharafiq.com/Lumen-thumbnail.png" />
<meta property="og:image:secure_url" content="https://lumen.muharafiq.com/Lumen-thumbnail.png" />
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="627" />
<meta property="og:image:alt" content="Lumen — when your home shifts, you stay calm. A calm home companion for iPhone." />
<!-- Twitter / X Card -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://lumen.muharafiq.com/" />
<meta name="twitter:title" content="Lumen — when your home shifts, you stay calm." />
<meta name="twitter:description" content="A calm home companion for iPhone. Gentle suggestions and confirmation before your home changes." />
<meta name="twitter:image" content="https://lumen.muharafiq.com/Lumen-thumbnail.png" />
<meta name="twitter:image:alt" content="Lumen — when your home shifts, you stay calm." />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "SoftwareApplication",
"@id": "https://lumen.muharafiq.com/#softwareapplication",
"name": "Lumen",
"alternateName": "Lumen Smart Home",
"applicationCategory": "UtilitiesApplication",
"operatingSystem": "iOS",
"description": "Lumen is a calm home companion for iPhone. Gentle suggestions, plain-language reasoning, and confirmation before your home changes.",
"url": "https://lumen.muharafiq.com/",
"image": "https://lumen.muharafiq.com/Lumen-thumbnail.png",
"creator": {
"@id": "https://lumen.muharafiq.com/#person"
},
"publisher": {
"@id": "https://lumen.muharafiq.com/#organization"
},
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
}
},
{
"@type": "WebSite",
"@id": "https://lumen.muharafiq.com/#website",
"name": "Lumen",
"url": "https://lumen.muharafiq.com/",
"description": "The public preview site for Lumen, a calm home companion for iPhone.",
"publisher": {
"@id": "https://lumen.muharafiq.com/#organization"
}
},
{
"@type": "Organization",
"@id": "https://lumen.muharafiq.com/#organization",
"name": "Lumen",
"url": "https://lumen.muharafiq.com/",
"logo": "https://lumen.muharafiq.com/favicon.svg",
"founder": {
"@id": "https://lumen.muharafiq.com/#person"
}
},
{
"@type": "Person",
"@id": "https://lumen.muharafiq.com/#person",
"name": "Muhammad Rafiq",
"url": "https://muharafiq.com/"
}
]
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>