-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
253 lines (239 loc) Β· 9.16 KB
/
Copy pathindex.html
File metadata and controls
253 lines (239 loc) Β· 9.16 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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>
Email to Blog in Seconds | Tarzan
</title>
<!-- SEO Meta Tags -->
<meta
name="description"
content="Send an email. Get a live blog post. No signups required. Open source, self-hostable, with real-time updates."
/>
<meta
name="keywords"
content="email to blog, instant publishing, no signup blog, open source blog, self-hosted blog, email publishing, live blog posts"
/>
<meta name="author" content="Meysam Azad" />
<meta
name="robots"
content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1"
/>
<meta name="googlebot" content="index, follow" />
<link rel="canonical" href="https://tarzan.meysam.io" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta
property="og:title"
content="Email to Blog in Seconds | Tarzan"
/>
<meta
property="og:description"
content="Send an email. Get a live blog post. No signups required. Open source and self-hostable."
/>
<meta property="og:url" content="https://tarzan.meysam.io" />
<meta property="og:site_name" content="Tarzan" />
<meta property="og:image" content="https://tarzan.meysam.io/og-image.jpg" />
<meta
property="og:image:alt"
content="Tarzan - Email to Blog Platform"
/>
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:locale" content="en_US" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Email to Blog in Seconds | Tarzan" />
<meta
name="twitter:description"
content="Send an email. Get a live blog post. No signups required. Open source and self-hostable."
/>
<meta
name="twitter:image"
content="https://tarzan.meysam.io/twitter-image.jpg"
/>
<meta name="twitter:creator" content="@meysam81" />
<meta name="twitter:site" content="@TarzanBlog" />
<!-- Additional SEO -->
<meta name="theme-color" content="#0F172A" />
<meta name="msapplication-TileColor" content="#0F172A" />
<meta name="application-name" content="Tarzan" />
<!-- Favicons and Icons -->
<link rel="icon" type="image/png" href="/favicon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="manifest" href="/site.webmanifest" />
<!-- RSS Feed -->
<link
rel="alternate"
type="application/rss+xml"
title="Tarzan Blog RSS Feed"
href="/rss.xml"
/>
<!-- Structured Data (JSON-LD) -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebApplication",
"name": "Tarzan",
"alternateName": "Email to Blog in Seconds",
"url": "https://tarzan.meysam.io",
"description": "Send an email. Get a live blog post. No signups required. Open source, self-hostable, with real-time updates.",
"applicationCategory": "BloggingPlatform",
"operatingSystem": "Web Browser",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "EUR"
},
"author": {
"@type": "Person",
"name": "Meysam Azad",
"url": "https://github.com/meysam81",
"sameAs": "https://github.com/meysam81"
},
"publisher": {
"@type": "Organization",
"name": "Tarzan",
"url": "https://tarzan.meysam.io",
"logo": {
"@type": "ImageObject",
"url": "https://tarzan.meysam.io/logo.png",
"width": 200,
"height": 200
}
},
"sameAs": [
"https://github.com/meysam81/tarzan"
],
"featureList": [
"Email to blog publishing",
"No signup required",
"Open source",
"Self-hostable",
"Real-time updates",
"RSS feeds"
],
"keywords": "email to blog, instant publishing, no signup blog, open source blog, self-hosted blog, email publishing, live blog posts",
"screenshot": "https://tarzan.meysam.io/og-image.jpg",
"softwareVersion": "1.0.0",
"datePublished": "2025-01-01",
"dateModified": "2025-05-29"
}
</script>
<!-- Organization Schema -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "Tarzan",
"url": "https://tarzan.meysam.io",
"logo": "https://tarzan.meysam.io/favicon.png",
"description": "Open source email-to-blog platform that converts emails into live blog posts instantly",
"foundingDate": "2025",
"founder": {
"@type": "Person",
"name": "Meysam Azad"
},
"contactPoint": {
"@type": "ContactPoint",
"contactType": "technical support",
"url": "https://github.com/meysam81/tarzan/issues"
},
"sameAs": [
"https://github.com/meysam81/tarzan"
]
}
</script>
<!-- Sitemap -->
<link
rel="sitemap"
type="application/xml"
title="Sitemap"
href="/sitemap.xml"
/>
<!-- Preload Critical Resources -->
<link
rel="preload"
href="https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&family=JetBrains+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap"
as="style"
onload="this.onload=null;this.rel='stylesheet'"
/>
<!-- Font Loading Strategy -->
<link rel="preconnect" href="https://fonts.googleapis.com" crossorigin />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<noscript>
<link
href="https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&family=JetBrains+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap"
rel="stylesheet"
/>
</noscript>
<!-- Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "Tarzan",
"alternateName": "Email to Blog Platform",
"description": "Email to blog publishing platform. Send an email and get a live blog post instantly. No signups required.",
"url": "https://tarzan.meysam.io",
"author": {
"@type": "Person",
"name": "Meysam Azad",
"url": "https://github.com/meysam81",
"sameAs": "https://github.com/meysam81"
},
"publisher": {
"@type": "Organization",
"name": "Tarzan",
"logo": {
"@type": "ImageObject",
"url": "https://tarzan.meysam.io/logo.png",
"width": 200,
"height": 200
}
},
"sameAs": ["https://github.com/meysam81/tarzan"],
"mainEntity": {
"@type": "SoftwareApplication",
"name": "Tarzan",
"applicationCategory": "BloggingPlatform",
"operatingSystem": "Web Browser"
}
}
</script>
</head>
<body
class="antialiased bg-gradient-to-br from-slate-950 via-blue-950 to-slate-900 text-slate-100 min-h-screen overflow-x-hidden relative"
style="
font-feature-settings: 'kern' 1, 'liga' 1, 'calt' 1;
text-rendering: optimizeLegibility;
"
>
<!-- Ambient Background Effects -->
<div class="fixed inset-0 opacity-30 pointer-events-none">
<div
class="absolute top-1/4 left-1/4 w-96 h-96 bg-blue-500/20 rounded-full blur-3xl animate-pulse"
></div>
<div
class="absolute bottom-1/4 right-1/4 w-96 h-96 bg-purple-500/20 rounded-full blur-3xl animate-pulse"
style="animation-delay: 2s"
></div>
<div
class="absolute top-3/4 left-1/2 w-64 h-64 bg-emerald-500/20 rounded-full blur-2xl animate-pulse"
style="animation-delay: 4s"
></div>
</div>
<!-- Noise Texture Overlay -->
<div
class="fixed inset-0 opacity-[0.015] pointer-events-none mix-blend-overlay"
style="
background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAwIiBoZWlnaHQ9IjIwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZGVmcz48ZmlsdGVyIGlkPSJub2lzZSI+PGZlVHVyYnVsZW5jZSBiYXNlRnJlcXVlbmN5PSIwLjkiIG51bU9jdGF2ZXM9IjQiIHN0aXRjaFRpbGVzPSJzdGl0Y2giLz48L2ZpbHRlcj48L2RlZnM+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsdGVyPSJ1cmwoI25vaXNlKSIgb3BhY2l0eT0iMC4xNSIvPjwvc3ZnPg==');
"
></div>
<div id="app"></div>
<script src="/src/main.js" type="module"></script>
</body>
</html>