From 69a4772b765e159193e2f9c45cf7d58605274de5 Mon Sep 17 00:00:00 2001 From: Florian Schmid Date: Wed, 19 Apr 2023 18:49:45 +0200 Subject: [PATCH] add js folder --- game.html | 2 +- gst.html | 4 ++-- game.js => js/game.js | 0 gst.js => js/gst.js | 0 4 files changed, 3 insertions(+), 3 deletions(-) rename game.js => js/game.js (100%) rename gst.js => js/gst.js (100%) diff --git a/game.html b/game.html index a8c9a21..fa2b3fb 100644 --- a/game.html +++ b/game.html @@ -70,7 +70,7 @@ diff --git a/game.js b/js/game.js similarity index 100% rename from game.js rename to js/game.js diff --git a/gst.js b/js/gst.js similarity index 100% rename from gst.js rename to js/gst.js