Add favicon

This commit is contained in:
Mikko Ahlroth 2023-10-13 23:16:02 +03:00
parent 7fa88c5d78
commit b1235c2a42

View file

@ -9,6 +9,8 @@
<link rel="stylesheet" href="./normalize.css" type="text/css">
<link rel="stylesheet" href="./vendor/bootstrap-icons/bootstrap-icons.min.css" type="text/css">
<link rel="stylesheet" href="./style.css" type="text/css">
<link rel="icon"
href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%2210 0 100 100%22><text y=%22.90em%22 font-size=%2290%22>🎧</text></svg>">
<script type="module">
import { main } from "./build/dev/javascript/elektrofoni/elekf/web/main.mjs";