Compare commits

...

2 Commits

Author SHA1 Message Date
Jasper Bok de70977890 Add 'viewport' meta tag 2023-08-13 17:16:53 +02:00
Jasper Bok 861a91c56f Add backlog item for sorting stops 2023-08-13 17:16:18 +02:00
2 changed files with 3 additions and 0 deletions

2
TODO
View File

@ -17,3 +17,5 @@
[ ] *.. Make the route name link to Breng's page for that route.
## Backlog
[ ] *** Sort stops from closes to user's location to farthest.

View File

@ -2,6 +2,7 @@
<html lang="nl">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="img/png" href="/static/img/bus16x16.png" sizes="16x16">
<link rel="icon" type="img/png" href="/static/img/bus32x32.png" sizes="32x32">