-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
46 lines (42 loc) · 2.54 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
39
40
41
42
43
44
45
46
<!doctype html>
<html lang="en">
<head>
<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>Enhance and upscale your images using AI - right in your browser</title>
<meta name="description" content="Enhance and upscale your images using AI - right in your browser" />
<meta name="keywords" content="image, upscale, enhance, ai, machine learning, browser" />
<meta name="author" content="Addy Osmani" />
<meta name="theme-color" content="#000000" />
<!-- icons, icon-512x512.png, icon-128x128.png, vite.svg -->
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="128x128" href="/icon-128x128.png" />
<link rel="icon" type="image/png" sizes="512x512" href="/icon-512x512.png" />
<link rel="favicon" type="image/svg+xml" href="/vite.svg" />
<!-- Open Graph (site: https://enhance.addy.ie, meta: https://enhance.addy.ie/meta.jpeg) -->
<meta property="og:title" content="Enhance and upscale your images using AI - right in your browser" />
<meta property="og:description" content="Enhance and upscale your images using AI - right in your browser" />
<meta property="og:image" content="https://enhance.addy.ie/meta.jpeg" />
<meta property="og:url" content="https://enhance.addy.ie" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Enhance" />
<meta property="og:locale" content="en_US" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:image:type" content="image/jpeg" />
<meta property="og:image:alt" content="Enhance and upscale your images using AI - right in your browser" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="https://enhance.addy.ie" />
<meta name="twitter:creator" content="@addyosmani" />
<meta name="twitter:title" content="Enhance and upscale your images using AI - right in your browser" />
<meta name="twitter:description" content="Enhance and upscale your images using AI - right in your browser" />
<meta name="twitter:image" content="https://enhance.addy.ie/meta.jpeg" />
<meta name="twitter:image:alt" content="Enhance and upscale your images using AI - right in your browser" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>