A small retro-styled website for reading FILTH MAN online and browsing related artwork.
This site was built as a simple personal web project with an old-web feel. It includes a manga reader, a misc art section, and placeholder space for future content. The goal was to keep it lightweight, easy to update, and visually styled like an older handmade web page.
-
manga
Read FILTH-MAN chapter by chapter in a single-page reader with keyboard navigation. -
misc art
Extra artwork, sketches, and related visual posts. -
placeholder
Reserved for future content.
- one-page manga reader
- left and right arrow key navigation
- spacebar advances to the next page
- automatic next chapter navigation at the end of a chapter
- fullscreen reading mode
- dark mode toggle
- loading/progress display while pages prepare
.
├── index.html
├── misc-art.html
├── placeholder.html
├── script.js
├── style.css
├── images
│ ├── manga
│ │ └── FILTH-MAN
│ │ ├── ch1
│ │ ├── ch2
│ │ └── ...
│ └── misc
└── manga
└── FILTH-MAN
├── ch1.html
├── ch2.html
└── ...
