32 lines
1.1 KiB
HTML
32 lines
1.1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta
|
|
name="viewport"
|
|
content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=0"
|
|
/>
|
|
|
|
<meta name="theme-color" content="#ffffff" />
|
|
<!--
|
|
Notice the use of %PUBLIC_URL% in the tags above.
|
|
It will be replaced with the URL of the `public` folder during the build.
|
|
Only files inside the `public` folder can be referenced from the HTML.
|
|
|
|
Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
|
|
work correctly both with client-side routing and a non-root public URL.
|
|
Learn how to configure a non-root public URL by running `npm run build`.
|
|
-->
|
|
<title>lama-cleaner - Image inpainting powered by LaMa</title>
|
|
</head>
|
|
<body class="h-screen">
|
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
|
<div id="root" class="h-full"></div>
|
|
<script>
|
|
if (location.hostname === 'localhost') {
|
|
self.FIREBASE_APPCHECK_DEBUG_TOKEN = true
|
|
}
|
|
</script>
|
|
</body>
|
|
</html>
|