Looks like you're lost...
53 |404. The page you were looking for appears to have been moved, deleted or does not exist. Here are some useful links instead...
54 | 58 |├── .gitignore ├── .nojekyll ├── 404.html ├── CNAME ├── LICENSE ├── README.md ├── contracts ├── BasicToken.json ├── ERC20.json ├── ERC20Basic.json ├── LeekCoin.json ├── LeekCoinCrowdsale.json ├── Migrations.json ├── MintableToken.json ├── Ownable.json ├── SafeMath.json ├── StandardToken.json └── token.json ├── crowdsale.html ├── css ├── main.css └── scifi.css ├── images └── icons │ ├── android-icon-192x192.png │ ├── apple-icon-120x120.png │ ├── apple-icon-144x144.png │ ├── apple-icon-152x152.png │ ├── apple-icon-76x76.png │ └── favicon.png ├── index.html ├── js ├── TweenMax.min.js ├── backgrounds │ ├── drifter.min.js │ └── particles.min.js ├── buy-token.js ├── dependencies.js ├── jquery.min.js ├── main.js ├── truffle-contract.js └── web3.min.js ├── package-lock.json ├── package.json ├── white-paper.pdf └── white-paper.txt /.gitignore: -------------------------------------------------------------------------------- 1 | _site/ 2 | .sass-cache/ 3 | .jekyll-metadata 4 | node_modules 5 | -------------------------------------------------------------------------------- /.nojekyll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/discountry/lec/4cc387c0bf0a3a266d89077a1cc3173e967af84c/.nojekyll -------------------------------------------------------------------------------- /404.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 24 | 25 | 26 | 31 | 32 |Welcome to the Leek Ecological Chain.
52 |A team of talanted men to change the world of blockchain. Coming soon in this summer.
53 | 54 |