From f32d85a1b1cedf642b174fb1ab0836b14afc7bd1 Mon Sep 17 00:00:00 2001 From: "E.zn" Date: Thu, 25 Jun 2020 15:40:18 +0200 Subject: [PATCH] Update '12/blank12_6.html' --- 12/blank12_6.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/12/blank12_6.html b/12/blank12_6.html index ebef71d..b16bf0a 100644 --- a/12/blank12_6.html +++ b/12/blank12_6.html @@ -94,7 +94,7 @@
-

RI#12.6

+


@@ -127,7 +127,7 @@ var x = setInterval(function() { // If the count down is finished, write some text if (distance < 0) { clearInterval(x); - document.getElementById("demo").innerHTML = "WE'RE LIVE!!!"; + document.getElementById("demo").innerHTML = "Archived"; } }, 1000);