[code] added initial file for transport.html, this file has a barebones layout and does not contain any meaningful code yet, will continue to work on.

This commit is contained in:
2026-04-22 00:26:34 +01:00
parent 4fcbd20ac1
commit 434a6be27d

9
html/transport.html Normal file
View File

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