-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
56 lines (50 loc) · 2.28 KB
/
index.html
File metadata and controls
56 lines (50 loc) · 2.28 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary SEO -->
<title>Om Mishra — builder, indie hacker, designer</title>
<meta name="description" content="Om Mishra. Builder, indie hacker, designer. Ships code daily. Making tools people actually use." />
<meta name="author" content="Om Mishra" />
<link rel="canonical" href="https://ohm.quest/" />
<meta name="robots" content="index, follow" />
<!-- Open Graph -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://ohm.quest/" />
<meta property="og:title" content="Om Mishra — builder, indie hacker, designer" />
<meta property="og:description" content="Om Mishra. Builder, indie hacker, designer. Ships code daily. Making tools people actually use." />
<meta property="og:image" content="https://ohm.quest/og-image.svg" />
<meta property="og:site_name" content="ohm.quest" />
<!-- Twitter / X Card -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@ohmdreams" />
<meta name="twitter:creator" content="@ohmdreams" />
<meta name="twitter:title" content="Om Mishra — builder, indie hacker, designer" />
<meta name="twitter:description" content="Om Mishra. Builder, indie hacker, designer. Ships code daily. Making tools people actually use." />
<meta name="twitter:image" content="https://ohm.quest/og-image.svg" />
<!-- Person Schema -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Om Mishra",
"alternateName": "ohmdreams",
"url": "https://ohm.quest",
"sameAs": [
"https://twitter.com/ohmdreams",
"https://github.com/howwohmm",
"https://x.com/ohmdreams"
],
"jobTitle": "Builder & Indie Hacker",
"description": "Builder, indie hacker, and designer who ships code daily."
}
</script>
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
</head>
<body>
<div id="root"></div>
<script src="https://cdn.gpteng.co/gptengineer.js" type="module"></script>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>