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; padding: 10rem 1rem 0 1rem;
} }
h2 span { h2 {
background-clip: text; background-clip: text;
background: linear-gradient(to left, #ff5a7e 40%, #00aeff); background: linear-gradient(to left, #ff5a7e 40%, #00aeff);
text-align: center; text-align: center;
font-weight: 800; font-weight: 600;
color: transparent; color: transparent;
-webkit-background-clip: text; -webkit-background-clip: text;
-webkit-text-fill-color: transparent; -webkit-text-fill-color: transparent;
@@ -75,7 +75,7 @@
border-radius: 1rem; border-radius: 1rem;
overflow: hidden; overflow: hidden;
width: fit-content; width: fit-content;
margin: 0 auto 1rem auto; margin: 1rem auto 1rem auto;
} }
</style> </style>
</head> </head>
@@ -83,10 +83,10 @@
<body> <body>
<h2> <h2>
<span> Welcome to the unofficial
Welcome to the unofficial aniwatch.to api <a href="https://hianime.to" style="text-decoration: underline;">hianime.to (formerly aniwatch.to)</a>
</span> api
⚔️ <span style="-webkit-text-fill-color: white">⚔️</span>
</h2> </h2>
<div style="font-size: 1.2rem; text-align: center;"> <div style="font-size: 1.2rem; text-align: center;">
<div class="img-wrapper"> <div class="img-wrapper">
@@ -94,7 +94,7 @@
alt="kawai anime girl" decoding="async" fetchpriority="high" /> alt="kawai anime girl" decoding="async" fetchpriority="high" />
</div> </div>
<a href="https://github.com/ghoshritesh12/aniwatch-api#documentation" rel="noopener noreferer"> <a href="https://github.com/ghoshritesh12/aniwatch-api#documentation" rel="noopener noreferer">
Visit docs for more into Visit docs for more information
</a> </a>
</div> </div>
</body> </body>