feat: update api home page

This commit is contained in:
Ritesh Ghosh
2024-03-12 22:54:41 +05:30
parent 870fae700b
commit 112e532331
+8 -8
View File
@@ -49,11 +49,11 @@
padding: 10rem 1rem 0 1rem;
}
h2 span {
h2 {
background-clip: text;
background: linear-gradient(to left, #ff5a7e 40%, #00aeff);
text-align: center;
font-weight: 800;
font-weight: 600;
color: transparent;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
@@ -75,7 +75,7 @@
border-radius: 1rem;
overflow: hidden;
width: fit-content;
margin: 0 auto 1rem auto;
margin: 1rem auto 1rem auto;
}
</style>
</head>
@@ -83,10 +83,10 @@
<body>
<h2>
<span>
Welcome to the unofficial aniwatch.to api
</span>
⚔️
Welcome to the unofficial
<a href="https://hianime.to" style="text-decoration: underline;">hianime.to (formerly aniwatch.to)</a>
api
<span style="-webkit-text-fill-color: white">⚔️</span>
</h2>
<div style="font-size: 1.2rem; text-align: center;">
<div class="img-wrapper">
@@ -94,7 +94,7 @@
alt="kawai anime girl" decoding="async" fetchpriority="high" />
</div>
<a href="https://github.com/ghoshritesh12/aniwatch-api#documentation" rel="noopener noreferer">
Visit docs for more into
Visit docs for more information
</a>
</div>
</body>