Skip to content

Instantly share code, notes, and snippets.

@danchoi
Created February 17, 2017 18:50
Show Gist options
  • Save danchoi/670dca104a0005af0e3a3df608c59df4 to your computer and use it in GitHub Desktop.
Save danchoi/670dca104a0005af0e3a3df608c59df4 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<script src="https://cdnjs.cloudflare.com/ajax/libs/rxjs/5.0.1/Rx.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/rxjs-dom/7.0.3/rx.dom.min.js"></script>
</head>
<body>
<h1>Test</h1>
<p>hello</p>
<script>
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment