From 2316d5e9ab085a08caec0580f0513a1173561480 Mon Sep 17 00:00:00 2001 From: harshitg00 <54735329+harshitg00@users.noreply.github.com> Date: Wed, 2 Oct 2019 03:35:28 +0530 Subject: [PATCH] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 69cc84c..f5550bf 100644 --- a/index.html +++ b/index.html @@ -168,7 +168,7 @@ else{ lives--; if(lives == 0){ - alert("GAME OVER"); + alert("It's Over. But hey! you can try again."); document.location.reload(); clearInterval(interval); }