From fbebd1557cfcb70cf602dd282b8fa4d88c7e2823 Mon Sep 17 00:00:00 2001 From: Dan Cojocaru Date: Wed, 28 Dec 2022 12:53:16 +0200 Subject: [PATCH] Initial routing/itineraries implementation --- index.html | 2 +- route.css | 60 +++++++ route.html | 44 +++++ route.js | 466 +++++++++++++++++++++++++++++++++++++++++++++++++++++ sw.js | 8 +- 5 files changed, 578 insertions(+), 2 deletions(-) create mode 100644 route.css create mode 100644 route.html create mode 100644 route.js diff --git a/index.html b/index.html index c6b0134..a9f8e6a 100644 --- a/index.html +++ b/index.html @@ -20,7 +20,7 @@