├── .github └── workflows │ └── static.yml ├── index.html └── src └── style └── style.css /.github/workflows/static.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masud-pervez/photo-gallery/HEAD/.github/workflows/static.yml -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masud-pervez/photo-gallery/HEAD/index.html -------------------------------------------------------------------------------- /src/style/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masud-pervez/photo-gallery/HEAD/src/style/style.css --------------------------------------------------------------------------------