From 06af260a32be8e0f55bea63d172da9edbbca4411 Mon Sep 17 00:00:00 2001 From: Cormac Wilson Date: Wed, 22 Apr 2026 10:01:38 +0100 Subject: [PATCH] [code] added meta tags for charset and viewport, also added lang value to html tag in home.html and transport.html. --- html/home.html | 4 +++- html/transport.html | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/html/home.html b/html/home.html index ba3caff..93fbf70 100644 --- a/html/home.html +++ b/html/home.html @@ -1,6 +1,8 @@ - + + + Home | Sentinel diff --git a/html/transport.html b/html/transport.html index ebc1ff3..5ac1c38 100644 --- a/html/transport.html +++ b/html/transport.html @@ -1,6 +1,8 @@ - + + + Transport | Sentinel