Fixed anime.html not showing correct css

Added README.md
This commit is contained in:
2025-11-26 15:21:30 -05:00
parent 638b2d9fc4
commit 76aa21ef14
3 changed files with 24 additions and 1 deletions

23
README.md Normal file
View File

@@ -0,0 +1,23 @@
# WaifuBoard v2.0.0 (RECODE)
The official recode repo, its private no one should know about this or have the code but 2 people.
# Things to get done:
| Task | Status | Notes |
| -----|--------| ------ |
| Book Reader | Not Done | N/A |
| Multi book provider loading | Not Done | N/A |
| Better Code Organization | Not Done | N/A |
| Mobile View | Not Done | N/A |
| Gallery | Not Done | N/A |
| Anime Schedule (Release Calendar for the month) | Not Done | N/A |
| My List (Tracking) | Not Done | Persistent data would be in a data.db file in waifuboard directory |
| Marketplace | Not Done | Uses the gitea repo |
| Add to list / library | Not Done | Persistent data would be in data.db file in waifuboard directory|
| Gallery favorites | Not Done | Persistent in data.db like how it was previously |
| Change "StreamFlow" to "WaifuBoard" | Not Done | N/A |
| Change the cube icon next to "StreamFlow" to the current ico file | Not Done | Use the ico file from the current waifuboard ver |
| Favicon | Not Done | Use the ico file from the current waifuboard ver |
| Make video player more professional looking | Not Done | N/A |
***This stuff will get updated as time goes on, please check things off with a green checkmark as you complete them.***

Binary file not shown.

View File

@@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>StreamFlow</title>
<link rel="stylesheet" href="./styles/anime.css">
<link rel="stylesheet" href="../public/anime.css">
<style>
/* --- MODAL STYLES --- */
.modal-overlay {