Landing page at https://game.boobank.com listing all games hosted on this domain.
Plain HTML/CSS, no JS frameworks. Lists each game as a card with thumbnail, description, and link.
Served by Caddy on the Vultr server, route / → /opt/games/portal/.
- Drop a thumbnail (16:9, ~600x340px PNG/JPG) into
thumbnails/. - Add a new
<a class="card playable">block inindex.html. git push— server's auto-deploy hook (or manualgit pull) updates it.
That's it. No build step.
python3 -m http.server 8000
# open http://localhost:8000