From 3eea8e912bfb9bb95047a4047b24a7c9533f83ee Mon Sep 17 00:00:00 2001 From: Fabian Schieder Date: Thu, 22 Jan 2026 21:41:17 +0100 Subject: [PATCH] improvements --- login.php | 75 +++++++++++++++++++++++++++++++++++++++--------- other/login.html | 13 +++++++++ 2 files changed, 75 insertions(+), 13 deletions(-) create mode 100644 other/login.html diff --git a/login.php b/login.php index 923f3dc..776106e 100644 --- a/login.php +++ b/login.php @@ -1,33 +1,82 @@ +error_reporting(E_ALL); +session_start(); - - - + + + +

Geizhals Login

+ +

+ +
+ +
+ +

+ +
+

Register

+ + - \ No newline at end of file + \ No newline at end of file diff --git a/other/login.html b/other/login.html new file mode 100644 index 0000000..569507b --- /dev/null +++ b/other/login.html @@ -0,0 +1,13 @@ + + +

TestProjekt-Login

+
+ +
+ +

+ +
+

Register

+ + \ No newline at end of file