fixed, made it working

This commit is contained in:
Tejas Panchal
2026-02-15 06:01:51 +05:30
parent a80228f697
commit 530eb0d5a9
18 changed files with 406 additions and 252 deletions

View File

@@ -1,10 +1,22 @@
<!DOCTYPE html>
<html lang="en">
<head>
<script src="https://pl27909393.effectivegatecpm.com/c3/0b/f8/c30bf8d3c1ffabac1cad25285ad62c97.js"></script>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<link rel="shortcut icon" href="favicon.png" type="image/x-icon" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Mobile & PWA Meta Tags -->
<meta name="theme-color" content="#1a1a2e" />
<meta name="msapplication-navbutton-color" content="#1a1a2e" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-title" content="JustAnime" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#1a1a2e" />
<meta
name="description"
@@ -47,47 +59,50 @@
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "VideoObject",
"name": "JustAnime - Watch Anime Free",
"@type": "WebSite",
"name": "JustAnime",
"alternateName": ["JustAnime.to", "Just Anime"],
"url": "https://justanime.to",
"description": "JustAnime offers free streaming of English-subbed and dubbed anime series and movies. No account needed and no ads!",
"thumbnailUrl": "https://github.com/tejaspanchall/JustAnime/blob/main/public/home.PNG",
"uploadDate": "2024-11-08",
"contentUrl": "https://justanime.to",
"duration": "PT30M",
"interactionStatistic": {
"@type": "InteractionCounter",
"interactionType": { "@type": "WatchAction" },
"userInteractionCount": 50000
},
"author": {
"@type": "Individual",
"name": "itzzzme",
"url": "https://justanime.to"
"potentialAction": {
"@type": "SearchAction",
"target": {
"@type": "EntryPoint",
"urlTemplate": "https://justanime.to/search?keyword={search_term_string}"
},
"query-input": "required name=search_term_string"
},
"publisher": {
"@type": "Individual",
"name": "itzzzme",
"@type": "Organization",
"name": "JustAnime",
"url": "https://justanime.to",
"logo": {
"@type": "ImageObject",
"url": "https://github.com/tejaspanchall/JustAnime/blob/main/public/logo.png"
"url": "https://justanime.to/logo.png",
"width": 512,
"height": 512
},
"contactPoint": {
"@type": "ContactPoint",
"email": "justanimexyz@gmail.com",
"contactType": "customer service"
}
},
"potentialAction": {
"@type": "WatchAction",
"target": "https://justanime.to"
}
}
</script>
<link rel="canonical" href="https://justanime.to" />
<!-- Preload Critical Resources -->
<link rel="preload" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'" />
<noscript><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" /></noscript>
<link rel="dns-prefetch" href="//fonts.googleapis.com" />
<link rel="dns-prefetch" href="//cdnjs.cloudflare.com" />
<link rel="dns-prefetch" href="//www.googletagmanager.com" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css"
/>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>
</html>