-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
38 lines (38 loc) · 1.44 KB
/
index.html
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" />
<link rel="icon" type="image/svg+xml" href="/logo.svg" />
<link rel="apple-touch-icon" href="/logo180.png" />
<link rel="manifest" href="/manifest.json" />
<meta name="theme-color" content="#ffffff" />
<meta
name="google-site-verification"
content="ouUFVW0Q5OHRm2eipPggjKgpgLkkRPnUZQmZfKNfdBQ"
/>
<meta property="og:site_name" content="Image Compressor" />
<meta property="og:title" content="Image Сompressor" />
<meta
property="og:description"
content="The ultimate image optimizer to compress your images in JPG, JPEG, WEBP and PNG formats to the minimum possible size locally without storing a single file"
/>
<meta
property="og:image"
content="https://raw.githubusercontent.com/abue-ammar/image-compressor/master/public/logo.png"
/>
<meta
name="description"
content="Free and Open Source Image Compressor. Optimize images locally with lightning-fast compression, all in one place."
/>
<meta
name="keywords"
content="image compressor, free, open source, optimize images, compression tool, image optimize locally, Abue Ammar, abue-ammar"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Image Compressor</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>