Add web app note styling and update README for visibility

This commit is contained in:
fynks 2025-09-29 10:12:17 +05:00
parent 2ceefe9681
commit c6f7a880ea
2 changed files with 4 additions and 1 deletions

View file

@ -151,7 +151,7 @@ Debrid ("multi-hoster") services act as paid aggregation layers between you and
<br />
<div align="center">
<div align="center" class="web-app-note">
| ⚡ For faster exploration (search + filter + side-by-side), use the <a href="https://debridcompare.pages.dev" target="_blank" rel="noopener">interactive web app</a>. |
|------------------------------------------|

View file

@ -0,0 +1,3 @@
.web-app-note{
display: none;
}