From 91451b382ff0ba64b0ad91b26c9d02ea563a5a0b Mon Sep 17 00:00:00 2001 From: Trygve Date: Mon, 27 Oct 2025 11:36:58 +0100 Subject: [PATCH] Lagde innloggingsise --- admin.php | 24 +++++++++++++++++ db_editor.html | 69 +++++++++++++++++++++++++++++++++++++++++++++++ is_authorized.php | 16 +++++++++++ login.html | 53 ++++++++++++++++++++++++++++++++++++ 4 files changed, 162 insertions(+) create mode 100644 db_editor.html create mode 100644 is_authorized.php create mode 100644 login.html diff --git a/admin.php b/admin.php index c676437..e7b8290 100644 --- a/admin.php +++ b/admin.php @@ -27,6 +27,14 @@ + +

Simple Form


@@ -42,5 +50,21 @@
+ \ No newline at end of file diff --git a/db_editor.html b/db_editor.html new file mode 100644 index 0000000..408d275 --- /dev/null +++ b/db_editor.html @@ -0,0 +1,69 @@ + + + + + EKT + + + + + + + +

Simple Form

+
+
+

+ +
+

+ +
+

+ + +
+ + + + + \ No newline at end of file diff --git a/is_authorized.php b/is_authorized.php new file mode 100644 index 0000000..e6a0464 --- /dev/null +++ b/is_authorized.php @@ -0,0 +1,16 @@ + + + + + + Login (GET) + + +
+

Login

+
+ + + + + + + + + +
+
+ + + + + \ No newline at end of file