[code] have implemented login.html file, this is where the login functionality for this will be handled.

This commit is contained in:
2026-04-21 23:16:31 +01:00
parent 4793a39e45
commit 6d379ed4a9

9
html/login.html Normal file
View File

@@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<title>Login | Sentinel</title>
<link rel="icon" type="image/x-icon" href="/assets/icons/favicon.ico">
</head>
<body>
</body>
</html>