From ae187b6d75c8079da0be1dc288613bad8466fe61 Mon Sep 17 00:00:00 2001 From: RaindropsSys Date: Tue, 24 Oct 2023 17:43:37 +0200 Subject: Initial commit --- app/index.php | 551 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 551 insertions(+) create mode 100644 app/index.php (limited to 'app/index.php') diff --git a/app/index.php b/app/index.php new file mode 100644 index 0000000..e6d93ff --- /dev/null +++ b/app/index.php @@ -0,0 +1,551 @@ + + + + + + + + Mist + + + + + + + + + + + + + + + + + + +
+ Initializing... +
+ + + + + +
+ +
+ + + + \ No newline at end of file -- cgit