From f72607fa9ef16dc0c324da20cb9f1710df87832a Mon Sep 17 00:00:00 2001 From: kbenestad Date: Tue, 19 May 2026 15:54:14 +0700 Subject: [PATCH] New structure --- config.yml => app/config.yml | 0 index.html => app/index.html | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename config.yml => app/config.yml (100%) rename index.html => app/index.html (100%) diff --git a/config.yml b/app/config.yml similarity index 100% rename from config.yml rename to app/config.yml diff --git a/index.html b/app/index.html similarity index 100% rename from index.html rename to app/index.html