├── README.md ├── index.html ├── script.js └── style.css /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Codecademy/deploying-a-static-site-with-netlify-sample/HEAD/README.md -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Codecademy/deploying-a-static-site-with-netlify-sample/HEAD/index.html -------------------------------------------------------------------------------- /script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Codecademy/deploying-a-static-site-with-netlify-sample/HEAD/script.js -------------------------------------------------------------------------------- /style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Codecademy/deploying-a-static-site-with-netlify-sample/HEAD/style.css --------------------------------------------------------------------------------