diff --git a/templates/extra.toml b/templates/extra.toml index 64a75f7..f35fa28 100644 --- a/templates/extra.toml +++ b/templates/extra.toml @@ -8,7 +8,8 @@ base_url="http://localhost:3000" stylesheet = "/style.css" # URL to and mimetype of your favicon -# favicon = "" +favicon = "icon.svg" +favicon_mimetype = "image/svg+xml" # favicon_mimetype = "image/png" # favicon_mimetype = "image/jpeg" diff --git a/templates/static/icon.svg b/templates/static/icon.svg new file mode 100644 index 0000000..f0dc258 --- /dev/null +++ b/templates/static/icon.svg @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + diff --git a/templates/static/icon_128.png b/templates/static/icon_128.png new file mode 100644 index 0000000..1191be8 Binary files /dev/null and b/templates/static/icon_128.png differ diff --git a/templates/static/icon_32.png b/templates/static/icon_32.png new file mode 100644 index 0000000..d97bb2a Binary files /dev/null and b/templates/static/icon_32.png differ diff --git a/templates/static/icon_64.png b/templates/static/icon_64.png new file mode 100644 index 0000000..89908d1 Binary files /dev/null and b/templates/static/icon_64.png differ