Add favicon

This commit is contained in:
Akira Tempaku 2024-06-20 10:45:30 +09:00
parent 960d9b8468
commit 2866e2fcbc
2 changed files with 2 additions and 0 deletions

BIN
public/favicon.ico Normal file

Binary file not shown.

After

Width: 256px  |  Height: 256px  |  Size: 117 KiB

View file

@ -12,6 +12,8 @@
(head
(meta :charset "UTF-8")
(meta :name "viewport" :content "width=device-width, initial-scale=1")
(link :rel "icon" :href "/favicon.ico")
(link :rel "apple-touch-icon" :href "/favicon.ico")
(link :rel "stylesheet" :href "/dist.css")
(script :src "https://cdn.jsdelivr.net/npm/htmx.org@2.0.0/dist/htmx.min.js")
(script :src "https://cdn.jsdelivr.net/npm/htmx-ext-head-support@2.0.0/head-support.min.js")