-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (29 loc) · 1.34 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" sizes="48x48" />
<link rel="apple-touch-icon" href="/apple-touch-icon-180x180.png" />
<link rel="mask-icon" href="/logo.svg" color="#89b9c2" />
<meta name="theme-color" content="#89b9c2" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:title" content="Squash" />
<meta property="og:site_name" content="Squash" />
<meta property="og:url" content="https://squash.12a.app" />
<meta
property="og:description"
content="Squash is an image optimization tool allows user to reduce image sizes with a selection of codec. You can modify, preview and optimize your images on your browser without uploading them into any servers."
/>
<meta property="og:type" content="website" />
<meta property="og:image" content="/og-banner.png" />
<meta
name="description"
content="Squash is an image optimization tool allows user to reduce image sizes with a selection of codec. You can modify, preview and optimize your images on your browser without uploading them into any servers."
/>
<title>Squash - Image Optimzation tool</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>