-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
18 lines (18 loc) · 950 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="100% Free Background Remover - Remove backgrounds from images instantly with our AI-powered tool, for free" />
<meta name="keywords" content="background remover, free remove background, AI background removal, photo editing tool, remove background, removebg" />
<title>Background Begone</title>
<script defer src="https://umami.ifal.me/script.js" data-website-id="7455db1f-096a-464b-bea8-b2ed24dbb30f"></script>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-7719338856840590"
crossorigin="anonymous"></script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>