Created
April 19, 2015 20:00
-
-
Save 1Marc/895a5819cf9cb992e690 to your computer and use it in GitHub Desktop.
Observable HTML
This file contains 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> | |
<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