forked from rakheOmar/Markdrop
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
63 lines (57 loc) · 3.1 KB
/
Copy pathindex.html
File metadata and controls
63 lines (57 loc) · 3.1 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary Meta Tags -->
<title>Markdrop - Visual Markdown Editor & Builder</title>
<meta name="title" content="Markdrop - Visual Markdown Editor & Builder" />
<meta
name="description"
content="Create beautiful README files, documentation, and markdown content with Markdrop's intuitive drag-and-drop interface. Features live preview, custom blocks, and export capabilities."
/>
<meta name="keywords" content="markdown editor, visual markdown, readme builder, documentation tool, markdown builder, drag and drop editor, markdown preview, github readme" />
<meta name="author" content="Markdrop" />
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://markdrop.vercel.app/" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://markdrop.vercel.app/" />
<meta property="og:title" content="Markdrop - Visual Markdown Editor & Builder" />
<meta
property="og:description"
content="Create beautiful README files, documentation, and markdown content with Markdrop's intuitive drag-and-drop interface. Features live preview, custom blocks, and export capabilities."
/>
<meta property="og:image" content="https://markdrop.vercel.app/og-image.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:site_name" content="Markdrop" />
<meta property="og:locale" content="en_US" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://markdrop.vercel.app/" />
<meta property="twitter:title" content="Markdrop - Visual Markdown Editor & Builder" />
<meta
property="twitter:description"
content="Create beautiful README files, documentation, and markdown content with Markdrop's intuitive drag-and-drop interface. Features live preview, custom blocks, and export capabilities."
/>
<meta property="twitter:image" content="https://markdrop.vercel.app/og-image.png" />
<!-- Favicon -->
<link rel="icon" type="image/svg+xml" href="/markdrop_site_icon.svg" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" sizes="180x180" />
<link rel="mask-icon" href="/markdrop_site_icon.svg" color="#ffffff" />
<!-- PWA -->
<meta name="theme-color" content="#ffffff" />
<meta name="color-scheme" content="light dark" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
<meta name="apple-mobile-web-app-title" content="Markdrop" />
<!-- Google Sign-In -->
<script src="https://accounts.google.com/gsi/client" async defer></script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>