├── .editorconfig ├── CNAME ├── README.md ├── index.html └── logo.png /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faircode-io/faircode/HEAD/.editorconfig -------------------------------------------------------------------------------- /CNAME: -------------------------------------------------------------------------------- 1 | faircode.io -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faircode-io/faircode/HEAD/README.md -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faircode-io/faircode/HEAD/index.html -------------------------------------------------------------------------------- /logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faircode-io/faircode/HEAD/logo.png --------------------------------------------------------------------------------