Skip to content

Commit

Permalink
feat: update api home page
Browse files Browse the repository at this point in the history
  • Loading branch information
ghoshRitesh12 committed Mar 12, 2024
1 parent 870fae7 commit 112e532
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -75,26 +75,26 @@
border-radius: 1rem;
overflow: hidden;
width: fit-content;
margin: 0 auto 1rem auto;
margin: 1rem auto 1rem auto;
}
</style>
</head>


<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">
<img draggable="false" src="https://raw.githubusercontent.com/ghoshRitesh12/aniwatch-api/main/public/img/img1.gif"
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>
Expand Down

0 comments on commit 112e532

Please sign in to comment.