├── .gitattributes ├── README.md ├── copy.svg ├── index.html ├── script.js └── style.css /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeWithHarry/passx-password-manager/HEAD/.gitattributes -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeWithHarry/passx-password-manager/HEAD/README.md -------------------------------------------------------------------------------- /copy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeWithHarry/passx-password-manager/HEAD/copy.svg -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeWithHarry/passx-password-manager/HEAD/index.html -------------------------------------------------------------------------------- /script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeWithHarry/passx-password-manager/HEAD/script.js -------------------------------------------------------------------------------- /style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeWithHarry/passx-password-manager/HEAD/style.css --------------------------------------------------------------------------------