diff options
-rw-r--r-- | hosted/credentials.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/hosted/credentials.html b/hosted/credentials.html index 5e5da0f..2200125 100644 --- a/hosted/credentials.html +++ b/hosted/credentials.html @@ -73,16 +73,16 @@ $("#before-b-text").text("adding the container to the circus network"); }, 4000); setTimeout(function() { - $("#before-b-text").text("fetching certificates"); + $("#before-b-text").text("starting the companion frontend"); }, 6000); setTimeout(function() { - $("#before-b-text").text("HACK THE PLANET!"); - }, 6000); + $("#before-b-text").text("loading challenges"); + }, 8000); setTimeout(function() { $("#before-a").hide(); $("#before-b").hide(); $("#after").show(); - }, 10000); + }, 12000); }); </script> </html> |