embed source code

This commit is contained in:
Joshua Seigler 2016-04-29 00:14:54 -04:00
parent acbf5a41df
commit cb90663d1f

View file

@ -13,6 +13,7 @@
<body>
<h1>Dash Price Widget</h1>
<style type="text/css">
/* Micro reset so global styles don't interfere */
@ -122,6 +123,8 @@
})();
</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>
</body>
</html>