From 5a33742e13230009ff0b85d8e228bf21fd58ba53 Mon Sep 17 00:00:00 2001 From: MrLetsplay Date: Fri, 8 Mar 2024 19:27:13 +0100 Subject: [PATCH] Move fireworks to separate JS file --- .gitignore | 1 + index.html | 116 +------------------------------------------- special/new-year.js | 112 ++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 115 insertions(+), 114 deletions(-) create mode 100644 special/new-year.js diff --git a/.gitignore b/.gitignore index 6d71dcf..08e0c6d 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ forum uni senpai chess +.vscode diff --git a/index.html b/index.html index 247b467..88f03ef 100644 --- a/index.html +++ b/index.html @@ -19,6 +19,8 @@ + +