From f0ebfd7d36bbeed236ad7cbbc683020359c8dbf1 Mon Sep 17 00:00:00 2001 From: ukriu <80760888+ukriu@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:46:07 +0530 Subject: [PATCH] Update values --- index.html | 2 +- res/init.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index fbf001a..d2b7ae9 100644 --- a/index.html +++ b/index.html @@ -12,7 +12,7 @@ - + diff --git a/res/init.js b/res/init.js index 22495f6..724eb65 100644 --- a/res/init.js +++ b/res/init.js @@ -1,4 +1,4 @@ -const stars = 400 +const stars = 200 for (let i =0; i < stars; i++) { let star = document.createElement("div")