├── README.md ├── index.html └── netlify.toml /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philhawksworth/fcc-1-simply-static/HEAD/README.md -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philhawksworth/fcc-1-simply-static/HEAD/index.html -------------------------------------------------------------------------------- /netlify.toml: -------------------------------------------------------------------------------- 1 | [build] 2 | publish = "./" 3 | 4 | --------------------------------------------------------------------------------