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