Cleanup some JS files and webpack info

This commit is contained in:
Nabeel Shahzad
2017-12-27 17:20:34 -06:00
parent a2e6ea5b49
commit ae2a030ef8
339 changed files with 288813 additions and 29 deletions

View File

@@ -0,0 +1,9 @@
<table>
<tr><td style='text-align: center; border: none'>
<iframe src='{{ include.url }}'
width='{% if include.width %}{{ include.width }}{% else %}616{% endif %}'
height='{% if include.height %}{{ include.height }}{% else %}416{% endif %}'></iframe>
</td></tr>
<tr><td style='text-align: center; border: none'>
<small><a href='{{ include.url }}'>See this example stand-alone.</a></small>
</td></tr></table>