Created
August 27, 2019 19:08
-
-
Save nicopace/70651d418a8f62a0f080b360c6e1f610 to your computer and use it in GitHub Desktop.
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
<html> | |
<body> | |
<script src="https://togetherjs.com/togetherjs-min.js"></script> | |
<button onclick="TogetherJS(this); return false;">Start TogetherJS</button> | |
<script> | |
document.addEventListener('DOMContentLoaded', function() { | |
document.getElementById('browsingSession').href = 'https://tmate.io/t/' + window.location.hash.substring(1); | |
}); | |
</script> | |
<iframe id="browsingSession" target="https://tmate.io/t/ro-U7jSX3kHvpxgO4reLLhJTfgLc"></iframe> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment