├── static ├── logo.png └── logo1.png ├── README.md ├── code.php ├── about.php └── index.php /static/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hardeepsingh980/deecode.herokuapp.com-in-php/master/static/logo.png -------------------------------------------------------------------------------- /static/logo1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hardeepsingh980/deecode.herokuapp.com-in-php/master/static/logo1.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # deecode.herokuapp.com-in-php 2 | 3 | DeeCode is a code language which can be used for communicating in the conditions where you don't want anybody to know about what you mean. Have fun with DeeCode. 4 | -------------------------------------------------------------------------------- /code.php: -------------------------------------------------------------------------------- 1 | 138 | 139 | 140 | 141 | 142 | 143 | -------------------------------------------------------------------------------- /about.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 | 6 | 7 | 8 | 9 | 10 | 11 |