From 57628bef00b666fa52c1b069499194d8d8c00766 Mon Sep 17 00:00:00 2001 From: Rushil Umaretiya Date: Tue, 7 Sep 2021 02:36:02 -0400 Subject: [PATCH] feat: fixed for build, refactored structure --- index.html | 29 +- public/{js/scenes => }/brain.json | 0 public/css/index.css | 30 +- public/css/index.sass | 30 +- public/js/app.js | 32 - public/js/particles.js | 149 - public/js/three.module.js | 49611 --------------------------- public/js/landing.js => src/app.js | 184 +- 8 files changed, 244 insertions(+), 49821 deletions(-) rename public/{js/scenes => }/brain.json (100%) delete mode 100644 public/js/app.js delete mode 100644 public/js/particles.js delete mode 100755 public/js/three.module.js rename public/js/landing.js => src/app.js (57%) diff --git a/index.html b/index.html index 552df4d..98fd269 100644 --- a/index.html +++ b/index.html @@ -5,16 +5,16 @@ NeuroSecure - +