Add icon links in `index.html`

main
Jasper Bok 2023-08-13 16:58:22 +02:00
parent 03bc96850c
commit 0995feeecb
1 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,10 @@
<html lang="nl">
<head>
<meta charset="UTF-8">
<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">
<link rel="icon" type="img/png" href="/static/img/bus192x192.png" sizes="192x192">
<link rel="stylesheet" href="/static/css/busdepartures.css">
<title>Busvertrektijden</title>