├── README.md ├── css ├── framework7.ios.colors.css ├── framework7.ios.colors.min.css ├── framework7.ios.css ├── framework7.ios.min.css └── my-app.css ├── img ├── i-f7-ios.png ├── i-form-calendar-ios.svg ├── i-form-comment-ios.svg ├── i-form-email-ios.svg ├── i-form-gender-ios.svg ├── i-form-name-ios.svg ├── i-form-password-ios.svg ├── i-form-settings-ios.svg ├── i-form-tel-ios.svg ├── i-form-toggle-ios.svg └── i-form-url-ios.svg ├── index.html └── js ├── framework7.js ├── framework7.js.map ├── framework7.min.js ├── framework7.min.js.map └── my-app.js /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KLVN/UrbanDictionary_API/HEAD/README.md -------------------------------------------------------------------------------- /css/framework7.ios.colors.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KLVN/UrbanDictionary_API/HEAD/css/framework7.ios.colors.css -------------------------------------------------------------------------------- /css/framework7.ios.colors.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KLVN/UrbanDictionary_API/HEAD/css/framework7.ios.colors.min.css -------------------------------------------------------------------------------- /css/framework7.ios.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KLVN/UrbanDictionary_API/HEAD/css/framework7.ios.css -------------------------------------------------------------------------------- /css/framework7.ios.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KLVN/UrbanDictionary_API/HEAD/css/framework7.ios.min.css -------------------------------------------------------------------------------- /css/my-app.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KLVN/UrbanDictionary_API/HEAD/css/my-app.css -------------------------------------------------------------------------------- /img/i-f7-ios.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KLVN/UrbanDictionary_API/HEAD/img/i-f7-ios.png -------------------------------------------------------------------------------- /img/i-form-calendar-ios.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KLVN/UrbanDictionary_API/HEAD/img/i-form-calendar-ios.svg -------------------------------------------------------------------------------- /img/i-form-comment-ios.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KLVN/UrbanDictionary_API/HEAD/img/i-form-comment-ios.svg -------------------------------------------------------------------------------- /img/i-form-email-ios.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KLVN/UrbanDictionary_API/HEAD/img/i-form-email-ios.svg -------------------------------------------------------------------------------- /img/i-form-gender-ios.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KLVN/UrbanDictionary_API/HEAD/img/i-form-gender-ios.svg -------------------------------------------------------------------------------- /img/i-form-name-ios.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KLVN/UrbanDictionary_API/HEAD/img/i-form-name-ios.svg -------------------------------------------------------------------------------- /img/i-form-password-ios.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KLVN/UrbanDictionary_API/HEAD/img/i-form-password-ios.svg -------------------------------------------------------------------------------- /img/i-form-settings-ios.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KLVN/UrbanDictionary_API/HEAD/img/i-form-settings-ios.svg -------------------------------------------------------------------------------- /img/i-form-tel-ios.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KLVN/UrbanDictionary_API/HEAD/img/i-form-tel-ios.svg -------------------------------------------------------------------------------- /img/i-form-toggle-ios.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KLVN/UrbanDictionary_API/HEAD/img/i-form-toggle-ios.svg -------------------------------------------------------------------------------- /img/i-form-url-ios.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KLVN/UrbanDictionary_API/HEAD/img/i-form-url-ios.svg -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KLVN/UrbanDictionary_API/HEAD/index.html -------------------------------------------------------------------------------- /js/framework7.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KLVN/UrbanDictionary_API/HEAD/js/framework7.js -------------------------------------------------------------------------------- /js/framework7.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KLVN/UrbanDictionary_API/HEAD/js/framework7.js.map -------------------------------------------------------------------------------- /js/framework7.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KLVN/UrbanDictionary_API/HEAD/js/framework7.min.js -------------------------------------------------------------------------------- /js/framework7.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KLVN/UrbanDictionary_API/HEAD/js/framework7.min.js.map -------------------------------------------------------------------------------- /js/my-app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KLVN/UrbanDictionary_API/HEAD/js/my-app.js --------------------------------------------------------------------------------