Skip to content

Instantly share code, notes, and snippets.

@outoftime
Created May 15, 2017 23:34
Show Gist options
  • Select an option

  • Save outoftime/c0723079aa72d20c197dacd12b45b848 to your computer and use it in GitHub Desktop.

Select an option

Save outoftime/c0723079aa72d20c197dacd12b45b848 to your computer and use it in GitHub Desktop.
Exported from Popcode. Click to import: https://popcode.org/?gist=c0723079aa72d20c197dacd12b45b848
<!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>
{"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