From f6cd3326c91057b7a47993f3177feb82a24a8f24 Mon Sep 17 00:00:00 2001 From: neon443 <69979447+neon443@users.noreply.github.com> Date: Wed, 3 Apr 2024 09:22:56 +0100 Subject: [PATCH] fixing2 --- new/README.md => README.md | 0 new/app.webmanifest => app.webmanifest | 0 {new/images => images}/fav.ico | Bin {new/images => images}/minecraft/1.5.png | Bin {new/images => images}/minecraft/1.8.png | Bin {new/images => images}/uranium1024.png | Bin {new/images => images}/uranium64.png | Bin new/index.html => index.html | 0 new/script.js => script.js | 0 new/style.css => style.css | 0 10 files changed, 0 insertions(+), 0 deletions(-) rename new/README.md => README.md (100%) rename new/app.webmanifest => app.webmanifest (100%) rename {new/images => images}/fav.ico (100%) rename {new/images => images}/minecraft/1.5.png (100%) rename {new/images => images}/minecraft/1.8.png (100%) rename {new/images => images}/uranium1024.png (100%) rename {new/images => images}/uranium64.png (100%) rename new/index.html => index.html (100%) rename new/script.js => script.js (100%) rename new/style.css => style.css (100%) diff --git a/new/README.md b/README.md similarity index 100% rename from new/README.md rename to README.md diff --git a/new/app.webmanifest b/app.webmanifest similarity index 100% rename from new/app.webmanifest rename to app.webmanifest diff --git a/new/images/fav.ico b/images/fav.ico similarity index 100% rename from new/images/fav.ico rename to images/fav.ico diff --git a/new/images/minecraft/1.5.png b/images/minecraft/1.5.png similarity index 100% rename from new/images/minecraft/1.5.png rename to images/minecraft/1.5.png diff --git a/new/images/minecraft/1.8.png b/images/minecraft/1.8.png similarity index 100% rename from new/images/minecraft/1.8.png rename to images/minecraft/1.8.png diff --git a/new/images/uranium1024.png b/images/uranium1024.png similarity index 100% rename from new/images/uranium1024.png rename to images/uranium1024.png diff --git a/new/images/uranium64.png b/images/uranium64.png similarity index 100% rename from new/images/uranium64.png rename to images/uranium64.png diff --git a/new/index.html b/index.html similarity index 100% rename from new/index.html rename to index.html diff --git a/new/script.js b/script.js similarity index 100% rename from new/script.js rename to script.js diff --git a/new/style.css b/style.css similarity index 100% rename from new/style.css rename to style.css