-
Notifications
You must be signed in to change notification settings - Fork 67
/
Copy pathindex.html
31 lines (28 loc) · 1.58 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Background Image Remover</title>
<meta name="keywords" content="background image remover, remove background free, remove bg" />
<meta name="author" content="Addy Osmani and Transformers.js" />
<link rel="favicon" href="favicon.ico" />
<meta name="description" content="Remove image backgrounds automatically in seconds with just one click. Don't spend hours manually doing it yourself. " />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://bg.addy.ie/" />
<meta property="og:title" content="Background Image Remover" />
<meta property="og:description" content="Remove image backgrounds automatically in seconds with just one click. Don't spend hours manually doing it yourself. " />
<meta property="og:image" content="https://bg.addy.ie/meta.jpg" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://bg.addy.ie/" />
<meta property="twitter:title" content="Background Image Remover" />
<meta property="twitter:description" content="Remove image backgrounds automatically in seconds with just one click. Don't spend hours manually doing it yourself. " />
<meta property="twitter:image" content="https://bg.addy.ie/meta.jpg" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>