From ac43c24f2013f005e03b2056d00ce5256972652c Mon Sep 17 00:00:00 2001 From: David Fencl Date: Thu, 11 Dec 2025 20:32:34 +0100 Subject: [PATCH] fix: rename logo.jpg to favicon.jpg and add debug file --- index.html | 2 +- public/debug.txt | 1 + public/{logo.jpg => favicon.jpg} | Bin 3 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 public/debug.txt rename public/{logo.jpg => favicon.jpg} (100%) diff --git a/index.html b/index.html index 7ad19a7..2fae9ad 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ - + Davis Fencl diff --git a/public/debug.txt b/public/debug.txt new file mode 100644 index 0000000..46456be --- /dev/null +++ b/public/debug.txt @@ -0,0 +1 @@ +Debug file works. diff --git a/public/logo.jpg b/public/favicon.jpg similarity index 100% rename from public/logo.jpg rename to public/favicon.jpg