-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
47 lines (44 loc) · 2.05 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#f9fafb" />
<meta
name="description"
content="Embark on a collaborative journey with our open-source project, a collective effort to curate and share invaluable resources tailored for Indie Hackers."
/>
<!-- content="an open-source collaborative project to share valuable resources for Indie Hackers." -->
<meta name="robots" content="index, follow" />
<meta name="title" content="Indie Hackers Knowledge Base" />
<meta name="theme-color" content="#94a3b8" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://ihwiki.tech" />
<meta property="og:title" content="Indie Hackers Knowledge Base" />
<meta
property="og:description"
content="Embark on a collaborative journey with our open-source project, a collective effort to curate and share invaluable resources tailored for Indie Hackers."
/>
<meta property="og:image" content="/soc.png" />
<meta
name="keywords"
content="indiehacking, indiehacker, indie, entrepreneur, solopreneur, founder, indiedev, indiemaker, microsaas, indiehackers indiedeveloper"
/>
<meta name="author" content="Lennox Charles" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://ihwiki.tech" />
<meta property="twitter:title" content="Indie Hackers Knowledge Base" />
<meta
property="twitter:description"
content="Embark on a collaborative journey with our open-source project, a collective effort to curate and share invaluable resources tailored for Indie Hackers."
/>
<meta property="twitter:image" content="/soc.png" />
<title>Indie Hackers Knowledge Base</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>