From 87ffa36c1bfa49259e48d94f09e64f83632f0071 Mon Sep 17 00:00:00 2001 From: Maksymilian Jopek Date: Thu, 13 Apr 2023 15:47:15 +0200 Subject: v1.0.0 --- index.php | 91 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 91 insertions(+) create mode 100644 index.php (limited to 'index.php') diff --git a/index.php b/index.php new file mode 100644 index 0000000..0a1d9b2 --- /dev/null +++ b/index.php @@ -0,0 +1,91 @@ +"); + header("Location: main.php"); +} +?> + + + + + + + + + + + + CMS - Login + + + +
+

Login

+
+
+
+
+
+
+ +
+
+
+ + +
+
+ Forgot password? +
+
+
+ +
+
+
+ You don't have an account? +
+
+
+ + + + + + + + \ No newline at end of file -- cgit v1.3.1