-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
62 lines (57 loc) · 3.28 KB
/
Copy pathindex.html
File metadata and controls
62 lines (57 loc) · 3.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
57
58
59
60
61
<!doctype html>
<html lang="en">
<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="apple-touch-icon" href="/favicon.svg" />
<link rel="manifest" href="/manifest.json" />
<link rel="canonical" href="https://make.amalskumar.dev/" />
<!-- Primary SEO Metadata -->
<title>Make.md — Clean, Real-Time Markdown Editor & Live Preview</title>
<meta name="description" content="Make.md is a beautiful, distraction-free markdown editor with instant real-time rendering, soft syntax highlighting, word counters, pre-built templates, and easy drag-and-drop file import/export capabilities." />
<meta name="keywords" content="markdown editor, online markdown viewer, real-time markdown preview, gfm, github flavored markdown, soft ui, writing tool, md reader, clean rich text editor" />
<meta name="author" content="Make.md team" />
<meta name="theme-color" content="#fcf7e6" />
<meta name="robots" content="index, follow" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://make.amalskumar.dev/" />
<meta property="og:title" content="Make.md — Clean, Real-Time Markdown Editor & Live Preview" />
<meta property="og:description" content="A beautiful, distraction-free markdown editor with instant real-time rendering, soft syntax highlighting, and easy file import/export." />
<meta property="og:image" content="https://make.amalskumar.dev/image/Screenshot%202026-04-09%20at%2012-30-56%20Pin%20on%20drawings%20and%20paintings.png" />
<meta property="og:site_name" content="Make.md" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://make.amalskumar.dev/" />
<meta property="twitter:title" content="Make.md — Clean, Real-Time Markdown Editor & Live Preview" />
<meta property="twitter:description" content="Write beautifully and distraction-free. Real-time preview, word counters, customizable layouts, and native markdown templates." />
<meta property="twitter:image" content="https://make.amalskumar.dev/image/Screenshot%202026-04-09%20at%2012-30-56%20Pin%20on%20drawings%20and%20paintings.png" />
<!-- JSON-LD Structured Data for Google search -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebApplication",
"name": "Make.md",
"url": "https://make.amalskumar.dev",
"description": "Make.md is a beautiful, distraction-free markdown editor with instant real-time rendering, soft syntax highlighting, word counters, pre-built templates, and easy drag-and-drop file import/export.",
"applicationCategory": "WritingApplication",
"operatingSystem": "All",
"browserRequirements": "Requires JavaScript and HTML5",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
},
"author": {
"@type": "Organization",
"name": "Make.md team"
}
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>