changed iframe (doesn't work) to gist-it (works!)

This commit is contained in:
Joshua Seigler 2016-04-29 00:23:37 -04:00
parent cb90663d1f
commit 0a2545f3bd

View file

@ -123,7 +123,7 @@
})();
</script>
<iframe style="margin: 2em auto; width: calc(100vw - 4em); height: calc(100vh - 10em);" src="https://raw.githubusercontent.com/seigler/Dash-html-ticker/master/dist/index.html"></iframe>
<script src="http://gist-it.appspot.com/https://github.com/seigler/Dash-html-ticker/blob/master/dist/index.html"></script>
</body>