Complete single service display on train-detail

This commit is contained in:
Fred Boniface
2023-06-08 10:53:00 +01:00
parent 2c001426ca
commit a937ae7229
3 changed files with 40 additions and 8 deletions

View File

@@ -12,6 +12,7 @@
<meta name="theme-color" content="#00b7b7">
<link rel="apple-touch-icon" href="./images/app-icons/any/apple-192.png">
<link rel="stylesheet" type="text/css" href="./styles/main.css">
<link rel="stylesheet" type="text/css" href="./styles/train-detail.css">
<link rel="icon" type="image/svg+xml" href="./images/icon.svg">
<link rel="manifest" type="application/json" href="./manifest.json">
<script src="./js/lib.main.js" defer></script>