Widgets: Open in JSFiddle Example

Here is an example of the Open in JSFiddle button:

<html>
  <head>
    <style>
    html {
      background: green;
    }
    </style>
  </head>
  <body>
    <div id="example-html"></div>
    <script>
    var exampleJS1;
    </script>
  </body>
</html>
var exampleJS2 = 'sample code outside code block';
hidden html