diff --git a/static/index.html b/static/index.html index 927a5c1..e2d153a 100644 --- a/static/index.html +++ b/static/index.html @@ -28,6 +28,22 @@ + + + + + + @@ -283,9 +299,118 @@

Container signatures

-
+ -
+ +
diff --git a/static/js/clone.js b/static/js/clone.js index 057af1d..a39c0c6 100644 --- a/static/js/clone.js +++ b/static/js/clone.js @@ -15,7 +15,6 @@ $(document).ready(function() { cloneAndAddPath(); // Add static components to pages. - cloneAndAddTry() cloneAndAddGuide() cloneAndAddAbout() diff --git a/static/js/load-static.js b/static/js/load-static.js index f042830..fc601e2 100644 --- a/static/js/load-static.js +++ b/static/js/load-static.js @@ -4,17 +4,6 @@ tryContainerSelector = "#try-container" guideContainerSelector = "#guide-container" aboutContainerSelector = "#about-container" -// cloneAndAddSequence ... -function cloneAndAddTry() { - fetch("./try.htm") - .then(response => { - return response.text() - }) - .then(data => { - $(data).insertAfter(tryContainerSelector) - }); -} - // cloneAndAddSequence ... function cloneAndAddGuide() { fetch("./guide.htm") diff --git a/static/try.htm b/static/try.htm index 4caa7a7..5606d2c 100644 --- a/static/try.htm +++ b/static/try.htm @@ -1,21 +1,4 @@ - - - - - - -