-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
17 lines (17 loc) · 1.18 KB
/
index.html
File metadata and controls
17 lines (17 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/favicon.png" />
<link rel="apple-touch-icon" href="/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Exocompressor by GaebNet Org - Image, PDF, Video, and Audio Compression & Optimization</title>
<meta name="description" content="Exocompressor is a modern web app built by GaebNet Org for professional image, PDF, video, and audio compression and optimization. Features include batch processing, adjustable quality, real-time preview, before/after comparison, and zip downloads. Visit our GitHub at https://github.com/GaebNet" />
<meta name="keywords" content="image compression, image optimization, file compression, image converter, reduce file size, batch processing, pdf compression, video compression, audio compression, zip download, before after preview, real-time preview, responsive design, dark mode" />
<meta name="google-site-verification" content="IXFmnsT75rw4HNcAUcz1RobHNUYdgjN21eQUkOg_PVE" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>