-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (36 loc) · 2.58 KB
/
Copy pathindex.html
File metadata and controls
41 lines (36 loc) · 2.58 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
<!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>MarkdownPDF | Beautiful Markdown to PDF Converter</title>
<meta name="title" content="MarkdownPDF | Beautiful Markdown to PDF Converter" />
<meta name="description" content="A blazingly fast, browser-native markdown renderer. Write with AI assistance, apply aesthetic themes, customize typography, and export directly to flawless vector PDFs without server uploads." />
<meta name="keywords" content="markdown, pdf, converter, editor, ai assistant, gemini, export, resume builder, document creator, browser native, privacy focused, free pdf tool" />
<meta name="author" content="AyhamDev" />
<meta name="theme-color" content="#2563eb" />
<meta name="robots" content="index, follow" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://github.com/ayhamDev" />
<meta property="og:title" content="MarkdownPDF | Beautiful Markdown to PDF Converter" />
<meta property="og:description" content="A blazingly fast, browser-native markdown renderer. Write with AI assistance, apply aesthetic themes, customize typography, and export directly to flawless vector PDFs without server uploads." />
<meta property="og:image" content="https://images.unsplash.com/photo-1618401471353-b98afee0b2eb?q=80&w=1200&auto=format&fit=crop" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://github.com/ayhamDev" />
<meta property="twitter:title" content="MarkdownPDF | Beautiful Markdown to PDF Converter" />
<meta property="twitter:description" content="A blazingly fast, browser-native markdown renderer. Write with AI assistance, apply aesthetic themes, customize typography, and export directly to flawless vector PDFs without server uploads." />
<meta property="twitter:image" content="https://images.unsplash.com/photo-1618401471353-b98afee0b2eb?q=80&w=1200&auto=format&fit=crop" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="apple-touch-icon" href="/web-app-manifest-192x192.png" />
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>