From 6d379ed4a9433f166caf816a200e38dc2a367eb6 Mon Sep 17 00:00:00 2001 From: Cormac Wilson Date: Tue, 21 Apr 2026 23:16:31 +0100 Subject: [PATCH] [code] have implemented login.html file, this is where the login functionality for this will be handled. --- html/login.html | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 html/login.html diff --git a/html/login.html b/html/login.html new file mode 100644 index 0000000..7a1dd21 --- /dev/null +++ b/html/login.html @@ -0,0 +1,9 @@ + + + + Login | Sentinel + + + + + \ No newline at end of file