summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html21
1 files changed, 20 insertions, 1 deletions
diff --git a/index.html b/index.html
index 972e889..80f9678 100644
--- a/index.html
+++ b/index.html
@@ -107,7 +107,26 @@
<h1 class="mdl-layout__header">Abstraktion der Ein- und Ausgabe</h1>
</div>
- <div class="step slide mdl-layout mdl-js-layout" data-x="0" data-y="1000">
+ <div class="step slide mdl-layout mdl-js-layout" data-x="9500" data-y="0" data-z="1000">
+ <div class="mdl-layout__header">
+ <h2>Ein leeres Netz</h2>
+ </div>
+
+ <div class="visContainer"></div>
+
+ <script type="text/javascript">
+ var mocker = new WeightVisWrapper();
+ new VisIntegrater(function(c) {
+ mocker.mock([3, 2, 1], function() {
+ mocker.openIn(c);
+ });
+ }, function(c) {
+ mocker.remove(c);
+ }, ".visContainer");
+ </script>
+ </div>
+
+ <div class="step slide mdl-layout mdl-js-layout" data-x="2000" data-y="0" data-z="1000">
<div class="mdl-layout__header">
<h2>Der Fehler im Verlauf</h2>
</div>