[code] added meta tags for charset and viewport, also added lang value to html tag in home.html and transport.html.

This commit is contained in:
2026-04-22 10:01:38 +01:00
parent 434a6be27d
commit 06af260a32
2 changed files with 6 additions and 2 deletions

View File

@@ -1,6 +1,8 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Home | Sentinel</title>
<link rel="icon" type="image/x-icon" href="/assets/icons/favicon.ico">
</head>