From 1201c81251a3013d28dd1cf160562fe1fcd600d5 Mon Sep 17 00:00:00 2001 From: Norman Bos Date: Sat, 20 Jul 2024 10:52:07 +0200 Subject: [PATCH] move html and css to sd-card folder --- Index.html => sd-card/Index.html | 0 style.css => sd-card/style.css | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename Index.html => sd-card/Index.html (100%) rename style.css => sd-card/style.css (100%) diff --git a/Index.html b/sd-card/Index.html similarity index 100% rename from Index.html rename to sd-card/Index.html diff --git a/style.css b/sd-card/style.css similarity index 100% rename from style.css rename to sd-card/style.css