From 727ca5a0f12a0a32e85e5470556be4a9c15fe656 Mon Sep 17 00:00:00 2001 From: xwashere Date: Sat, 13 Jul 2024 00:40:00 -0400 Subject: [PATCH] remove bad data --- index.html | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/index.html b/index.html index a425c76..5a145f9 100644 --- a/index.html +++ b/index.html @@ -31,11 +31,7 @@ function go() { const reckoning = Date.parse("2025-08-17T00:00:00.000Z"); const data = [ - [ "Seattle, Washington, United States of America" ], - [ "Berlin, Germany" ], - [ "Paris, France" ], - [ "Geneva, Switzerland" ], - [ "District of Columbia, United States of America" ] + [ "Seattle, Washington, United States of America" ]:x ]; const countdown = document.getElementById('c');