Skip to content

Instantly share code, notes, and snippets.

@web20opensource
Forked from 1Marc/index.html
Last active August 29, 2015 14:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save web20opensource/c5717b6a4ea732c247bd to your computer and use it in GitHub Desktop.
Save web20opensource/c5717b6a4ea732c247bd to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<script src="https://code.jquery.com/jquery-2.1.3.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/rxjs/2.3.25/rx.all.js"></script>
<script src="script.js"></script>
</head>
<body>
<button id="searchButton">Search</button>
<div id="searchForm" style="display:none">
<input id="textbox">
<textarea id="results">
</textarea>
<button id="closeButton">Close</button>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment