Miruro/public/index.html

51 lines
1.9 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta name="author" content="akionii">
<meta
name="description"
content="Miruro. An ad-free anime streaming site. Catch your favourite shows and movies right here! Help us by contributing to the project on github."
/>
<meta
name="keywords"
content="Miruro, anime"
/>
<meta property="og:type" content="website" />
<meta
property="og:description"
content="Miruro | Watch The Best Quality Anime Online"
/>
<meta property="og:url" content="https://miruro.vercel.app" />
<meta property="og:image" content="./logo512.png" />
<meta property="og:site_name" content="Miruro.vercel.app" />
<meta
property="og:image:alt"
content="Miruro | Watch The Best Quality Anime Online"
/>
<!------------------------------- Google tag (gtag.js) ------------------------------------>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-YNF8PF4MCX"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-YNF8PF4MCX');
</script>
<!------------------------------- Google tag (gtag.js) ------------------------------------>
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<link href="https://fonts.cdnfonts.com/css/gilroy-bold" rel="stylesheet" />
<title>Miruro | Watch The Best Quality Anime Online</title>
<base href="/" />
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>
</html>