-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (28 loc) · 1.52 KB
/
Copy pathindex.html
File metadata and controls
31 lines (28 loc) · 1.52 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="apple-touch-icon" sizes="180x180" href="/pwa-icon-192.png" />
<meta name="theme-color" content="#7c3aed" />
<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="PDF World" />
<title>PDF World - Free Online PDF Editor</title>
<meta name="description" content="Free online PDF tools: merge, split, compress, rotate, convert PDFs. 100% client-side, your files never leave your browser." />
<meta name="author" content="PDF World" />
<meta property="og:title" content="PDF World - Free Online PDF Tools" />
<meta property="og:description" content="Free online PDF tools: merge, split, compress, rotate, convert PDFs. 100% client-side, your files never leave your browser." />
<meta property="og:type" content="website" />
<meta property="og:image" content="/favicon.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@PDFWorld" />
<meta name="twitter:image" content="/favicon.png" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>