Add icon links in `index.html`
parent
03bc96850c
commit
0995feeecb
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue