Display a web tab within a skuid page above tables

We use a shared scratchpad which is a google drawing page wth url as a web tab on salesforce. I would love to add it above a set of tables we have on a skuid page. Is there a simple way to do this?

Solved it myself… created a visualforce page for the url in an iframe then used a Page Include component. Works well

You can also simply create the iframe in a template component.  It eliminates the need for an extra visual force page.   Just make sure you check “Allow HTML” in the template properties.  

Thanks )