Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Commit

Permalink
Enable experiment #12
Browse files Browse the repository at this point in the history
  • Loading branch information
František Hába committed Feb 26, 2014
1 parent ab9206c commit 1f11cc6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion zoo/12.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

<h2>#12</h2>
<h1>&lt;iframe&gt; containing prerendered embedded documentation inside the &lt;noscript&gt; tag</h1>
<p>Width of the &lt;iframe&gt; is 0px, height is set to 0px. All via explicit attributes <em>(e.g. <code>&lt;iframe width="0" height="0"...&gt;</code>)</em>.</p>

<table>
<tr>
Expand All @@ -24,7 +25,11 @@ <h1>&lt;iframe&gt; containing prerendered embedded documentation inside the &lt;
<hr>

<!-- Playground -->
<div id="playground"></div>
<div id="playground">
<noscript>
<iframe src="http://prerender.apiary.io/apis/zooexperiment12/embed" width="0" height="0"></iframe>
</noscript>
</div>
<!-- /Playground -->

</div>
Expand Down

0 comments on commit 1f11cc6

Please sign in to comment.