diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 21 |
1 files changed, 5 insertions, 16 deletions
@@ -303,23 +303,12 @@ </script> </div> - <div class="step slide" data-x="2000" data-y="1000"> - <div> - <h3>Gewichte und Fehler</h3> - </div> - - <div class="visContainer"></div> + <div class="step slide" data-x="12000" data-y="0" data-z="5000"> + <h3>Fazit</h3> + </div> - <script type="text/javascript"> - new VisIntegrater(function(c) { - weightsWrapper.afterLoad(function() { - weightsWrapper.openIn(c, true); - weightsWrapper.animate(10, 10); - }); - }, function(c) { - weightsWrapper.remove(c); - }, ".visContainer"); - </script> + <div class="step slide" data-x="0" data-y="0" data-z="0" data-rotate-x="90"> + <h1 class="emoji">:blush:</h1> </div> </div> </body> |
