mirror of
https://gitlab.com/little-lines/frontend.git
synced 2024-11-21 19:16:53 +00:00
change favicon to LittleLines dev icon
This commit is contained in:
parent
f9c18c55cb
commit
c4db803a10
1 changed files with 3 additions and 1 deletions
|
@ -2,7 +2,9 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
||||
<link rel="icon" type="image/svg+xml" href="/icons/LittleLines.Devel.svg" />
|
||||
// <link rel="icon" type="image/svg+xml" href="/icons/LittleLines.svg" />
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<link href="https://cdn.jsdelivr.net/npm/@mdi/font@5.x/css/materialdesignicons.min.css" rel="stylesheet">
|
||||
<title>micromobility-navigation</title>
|
||||
|
|
Loading…
Reference in a new issue