-
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (35 loc) · 2.01 KB
/
Copy pathindex.html
File metadata and controls
38 lines (35 loc) · 2.01 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>pdfkit — Free Online PDF Editor, No Watermark</title>
<meta name="description" content="Free online PDF tools. Merge, split, compress, convert, and edit PDFs in your browser. No watermarks, no sign-up, no server uploads.">
<!-- Open Graph -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://viveknaskar.github.io/pdf-kit/">
<meta property="og:title" content="pdfkit — Free Online PDF Tools, No Watermark">
<meta property="og:description" content="Merge, split, compress, convert, and edit PDFs right in your browser. No uploads to servers. No watermarks. No sign-up. 100% free.">
<meta property="og:image" content="https://viveknaskar.github.io/pdf-kit/og-image.png">
<!-- Twitter / X -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:url" content="https://viveknaskar.github.io/pdf-kit/">
<meta name="twitter:title" content="pdfkit — Free Online PDF Tools, No Watermark">
<meta name="twitter:description" content="Merge, split, compress, convert, and edit PDFs right in your browser. No uploads to servers. No watermarks. No sign-up. 100% free.">
<meta name="twitter:image" content="https://viveknaskar.github.io/pdf-kit/og-image.png">
<link rel="icon" href="./favicon.svg" type="image/svg+xml">
<link href="https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&family=Instrument+Serif:ital@0;1&display=swap" rel="stylesheet">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-F41QNWBLYJ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-F41QNWBLYJ');
</script>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>