Compare commits

...

1 Commits

Author SHA1 Message Date
shishantbiswas 539a130eca fixed html for images 2026-06-25 16:53:52 +00:00
+6 -6
View File
@@ -14,7 +14,7 @@
<link rel="canonical" href="https://api-aniwatch.onrender.com">
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1">
<meta property="og:image"
content="https://raw.githubusercontent.com/ghoshRitesh12/aniwatch-api/refs/heads/main/public/img/hianime_v2.png">
content="/img/hianime_v2.png">
<meta property="og:url" content="https://api-aniwatch.onrender.com">
<meta property="og:image:width" content="500">
<meta property="og:image:height" content="500">
@@ -25,13 +25,13 @@
<meta name="twitter:title" content="Aniwatch API">
<meta name="twitter:description" content="NodeJS API for obtaining anime data from hianimez.to">
<meta name="twitter:image:src"
content="https://raw.githubusercontent.com/ghoshRitesh12/aniwatch-api/refs/heads/main/public/img/hianime_v2.png">
content="/img/hianime_v2.png">
<meta name="keywords" content="hianime api scraper anime aniwatch node express typescript">
<meta property="og:title" content="Aniwatch API">
<meta name="description" content="NodeJS API for obtaining anime data from hianimez.to">
<meta property="og:description" content="NodeJS API for obtaining anime data from hianimez.to">
<link rel="shortcut icon"
href="https://raw.githubusercontent.com/ghoshRitesh12/aniwatch-api/refs/heads/main/public/img/hianime_v2.png">
href="/img/hianime_v2.png">
<style>
* {
@@ -116,7 +116,7 @@
opacity: .4;
filter: blur(5rem);
background-image: url(https://raw.githubusercontent.com/ghoshRitesh12/aniwatch-api/refs/heads/main/public/img/wano_kuni.png);
background-image: url(/img/wano_kuni.png);
}
@media (min-width: 640px) {
@@ -135,7 +135,7 @@
right: 0;
z-index: 2;
background: url("https://raw.githubusercontent.com/ghoshRitesh12/aniwatch-api/refs/heads/main/public/img/dot.png") repeat;
background: url("/img/dot.png") repeat;
}
h2 {
@@ -243,7 +243,7 @@ IMPORTANT:
<div style="text-align: center;">
<div class="img-wrapper">
<img draggable="false" id="anime_girl"
src="https://raw.githubusercontent.com/ghoshRitesh12/aniwatch-api/refs/heads/main/public/img/hianime_v2.png"
src="/img/hianime_v2.png"
alt="kawai_anime_girl" decoding="async" fetchpriority="high" style="user-select: none;" />
</div>