-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
45 lines (41 loc) · 2.14 KB
/
Copy pathindex.html
File metadata and controls
45 lines (41 loc) · 2.14 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
<!doctype html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-P80TLT99Q7"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-P80TLT99Q7');
</script>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>TinyPixel - Convert Images to WebP</title>
<meta name="description" content="TinyPixel is a lightweight tool to convert JPG, PNG, GIF, and more to WebP format with ease." />
<meta name="keywords" content="webp converter, image compression, jpg to webp, png to webp" />
<meta name="author" content="Navjeevan Alone" />
<!-- Open Graph Meta (for social media sharing) -->
<meta property="og:title" content="TinyPixel - Convert Images to WebP" />
<meta property="og:description" content="Easily convert JPG, PNG, GIF, and more to WebP format with TinyPixel." />
<meta property="og:image" content="https://TinyPixel.app/social_TinyPixel.webp" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://TinyPixel.app" />
<!-- Twitter Meta -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="TinyPixel - Convert Images to WebP" />
<meta name="twitter:description" content="Easily convert JPG, PNG, GIF, and more to WebP format with TinyPixel." />
<meta name="twitter:image" content="https://TinyPixel.app/social_TinyPixel.webp" />
<link rel="icon" type="image/png" href="/favicon-96x96.webp" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.webp" />
<meta name="apple-mobile-web-app-title" content="TinyPixel" />
<link rel="manifest" href="/site.webmanifest" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>