Created
May 15, 2017 23:34
-
-
Save outoftime/c0723079aa72d20c197dacd12b45b848 to your computer and use it in GitHub Desktop.
Exported from Popcode. Click to import: https://popcode.org/?gist=c0723079aa72d20c197dacd12b45b848
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>GIF Search</title> | |
| <script src="https://apis.google.com/js/api.js"></script> | |
| <script | |
| src="https://code.jquery.com/jquery-3.2.1.min.js"></script> | |
| </head> | |
| <body> | |
| <div> | |
| <label>Enter your query:</label> | |
| <input id="query"> | |
| <button>Search</button> | |
| </div> | |
| <div id="results"> | |
| </div> | |
| <script src="https://cdn.rawgit.com/outoftime/a39e3b828eed096c576ab7ac9c157024/raw/57169ebddf743692340e1f7bb69e176012593509/starter.js"></script> | |
| </body> | |
| </html> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"enabledLibraries":["lodash"],"hiddenUIComponents":["editor.css","editor.html"]} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment