From e98560c2d5c38e1aed1e2f8d4d2134d444d201d5 Mon Sep 17 00:00:00 2001 From: Kenrick Date: Sat, 27 May 2023 09:58:28 +0800 Subject: [PATCH] feat: move back end ui to own directory --- back_end/index.php | 92 +------------------------------------------ back_end/ui/index.php | 92 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 93 insertions(+), 91 deletions(-) create mode 100644 back_end/ui/index.php diff --git a/back_end/index.php b/back_end/index.php index 3a5d233..0e45fda 100644 --- a/back_end/index.php +++ b/back_end/index.php @@ -1,92 +1,2 @@ - - - plan* - NTU Course Planner - - - - - - - - - - - - -
-
-
- -
-
-
-

Settings

-
- -
- -
-
-
- -
- -
-
-
- -
- - Get plan_no manually here -
-
-
-
- -
-
-
-
-

Log

-
- -
-
- -
- - -
- - - - - - - - - +header("Location: ./ui/"); diff --git a/back_end/ui/index.php b/back_end/ui/index.php new file mode 100644 index 0000000..4fa7a21 --- /dev/null +++ b/back_end/ui/index.php @@ -0,0 +1,92 @@ + + + + plan* - NTU Course Planner + + + + + + + + + + + + +
+
+
+ +
+
+
+

Settings

+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ + Get plan_no manually here +
+
+
+
+ +
+
+
+
+

Log

+
+ +
+
+ +
+ + +
+ + + + + + + + +