[code] updated login.html, made changes for page to conform with that of the structure and layout for home.html and transport.html.

This commit is contained in:
2026-04-22 10:56:49 +01:00
parent c98c0a1076
commit 3947febfa7

View File

@@ -1,9 +1,12 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html lang="en">
<head> <head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Login | Sentinel</title> <title>Login | Sentinel</title>
<link rel="icon" type="image/x-icon" href="/assets/icons/favicon.ico"> <link rel="icon" type="image/x-icon" href="/assets/icons/favicon.ico">
<link rel="stylesheet" href="/css/styles.css"> <link rel="stylesheet" href="/css/styles.css">
<link rel="manifest" href="/manifest.json" />
</head> </head>
<body> <body>
<div class="loginPane"> <div class="loginPane">