├── readme.md ├── css ├── fontello │ ├── fontello.eot │ ├── fontello.ttf │ ├── fontello.woff │ └── fontello.svg └── main.css ├── index.html └── js ├── lib ├── backbone-localstorage.js ├── underscore-v1.5.2.js └── backbone-v0.9.2.js └── main.js /readme.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /css/fontello/fontello.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bo/RandomNamePicker/master/css/fontello/fontello.eot -------------------------------------------------------------------------------- /css/fontello/fontello.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bo/RandomNamePicker/master/css/fontello/fontello.ttf -------------------------------------------------------------------------------- /css/fontello/fontello.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bo/RandomNamePicker/master/css/fontello/fontello.woff -------------------------------------------------------------------------------- /css/fontello/fontello.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 38 | -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 |