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

Commit

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

</head>
<body>
<!--
Please note — prerender is enabled by default,
we have to disable the feature for the sake of this experiment.
-->
<script src="https://api.apiary.io/apis/zooexperiment8/embed/seed.js?prerender=0"></script>

<script>
var embed = new Apiary.Embed({
subdomain: 'zooexperiment8'
});

embed.documentation({
element: '#playground'
});
</script>

<div class="container">
<div class="row">
<a href="/zoo/">← List of Google Experiments</a>
Expand Down

0 comments on commit 34ef943

Please sign in to comment.