This commit is contained in:
Tejas Panchal
2026-02-15 12:08:28 +05:30
parent d02460a073
commit ccdf9722e5
6 changed files with 95 additions and 95 deletions

View File

@@ -33,11 +33,11 @@ function Home() {
<title>{website_name} | Free Anime Streaming Platform</title>
<meta name="description" content={`${website_name} is the best site to watch anime online for free. Stream thousands of English subbed and dubbed anime episodes in HD quality with no ads.`} />
<meta name="keywords" content="justanime, watch anime free, anime online sub dub, free anime streaming, no ads anime, best anime site" />
<link rel="canonical" href="https://justanime.to" />
<link rel="canonical" href="https://justanime.fun" />
<meta property="og:title" content={`${website_name} | Free Anime Streaming Platform`} />
<meta property="og:description" content={`Watch high-quality anime online for free on ${website_name}. No ads, daily updates, and a massive library of subbed and dubbed content.`} />
<meta property="og:url" content="https://justanime.to" />
<meta property="og:url" content="https://justanime.fun" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary_large_image" />

View File

@@ -14,10 +14,10 @@ function DMCA() {
<div>
<p className="leading-relaxed text-base">
We take the intellectual property rights of others seriously and require that our Users do the same.
The Digital Millennium Copyright Act (DMCA) established a process for addressing claims of copyright infringement.
If you own a copyright or have authority to act on behalf of a copyright owner and want to report a claim that a
third party is infringing that material on or through {website_name}'s services, please submit a DMCA report on
We take the intellectual property rights of others seriously and require that our Users do the same.
The Digital Millennium Copyright Act (DMCA) established a process for addressing claims of copyright infringement.
If you own a copyright or have authority to act on behalf of a copyright owner and want to report a claim that a
third party is infringing that material on or through {website_name}'s services, please submit a DMCA report on
our Contact page, and we will take appropriate action.
</p>
</div>
@@ -47,11 +47,11 @@ function DMCA() {
<h2 className="text-xl font-semibold text-white mb-4">Submit Your Request</h2>
<p className="leading-relaxed text-base">
Your DMCA takedown request should be submit here:{' '}
<a
href="/contact"
<a
href="/contact"
className="text-white hover:text-white/80 underline underline-offset-4 decoration-white/20 hover:decoration-white/40 transition-colors"
>
https://justanime.to/contact
https://justanime.fun/contact
</a>
</p>
<p className="mt-3 leading-relaxed text-base">

View File

@@ -13,7 +13,7 @@ function Terms() {
<div>
<h2 className="text-xl font-semibold text-white mb-4">1. Terms</h2>
<p className="leading-relaxed text-base">
By accessing this Website, accessible from https://justanime.to, you are agreeing to be bound by these Website Terms and Conditions of Use and agree that you are responsible for the agreement with any applicable local laws. If you disagree with any of these terms, you are prohibited from accessing this site. The materials contained in this Website are protected by copyright and trade mark law.
By accessing this Website, accessible from https://justanime.fun, you are agreeing to be bound by these Website Terms and Conditions of Use and agree that you are responsible for the agreement with any applicable local laws. If you disagree with any of these terms, you are prohibited from accessing this site. The materials contained in this Website are protected by copyright and trade mark law.
</p>
</div>