Mobile-first online menu for Fario Restaurant (Bunești, jud. Cluj).
Static site — a single self-contained index.html plus images. No build step, no backend.
Live: https://flaviusapop.github.io/fario-menu/
index.html markup, styles and scripts, all inline
img/ logo, hero photo, category images
Open index.html directly, or serve the folder so the images resolve:
python -m http.server
GitHub Pages serves the main branch root. Push to main and the live site updates.