From c7f23ca083442f31b19eff8cc5eb20d3365bd744 Mon Sep 17 00:00:00 2001 From: kazami139 Date: Mon, 27 Feb 2023 18:55:21 +0000 Subject: [PATCH] fix: put all html to a folder --- Always_Online.html => src/Always_Online.html | 0 CAPTCHA_BOX.html => src/CAPTCHA_BOX.html | 0 ERROR_1000.html => src/ERROR_1000.html | 0 ERROR_500.html => src/ERROR_500.html | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename Always_Online.html => src/Always_Online.html (100%) rename CAPTCHA_BOX.html => src/CAPTCHA_BOX.html (100%) rename ERROR_1000.html => src/ERROR_1000.html (100%) rename ERROR_500.html => src/ERROR_500.html (100%) diff --git a/Always_Online.html b/src/Always_Online.html similarity index 100% rename from Always_Online.html rename to src/Always_Online.html diff --git a/CAPTCHA_BOX.html b/src/CAPTCHA_BOX.html similarity index 100% rename from CAPTCHA_BOX.html rename to src/CAPTCHA_BOX.html diff --git a/ERROR_1000.html b/src/ERROR_1000.html similarity index 100% rename from ERROR_1000.html rename to src/ERROR_1000.html diff --git a/ERROR_500.html b/src/ERROR_500.html similarity index 100% rename from ERROR_500.html rename to src/ERROR_500.html