From e9bbc647e31248a3cde21ffa9977b5a3688cdb1e Mon Sep 17 00:00:00 2001 From: Malfurious Date: Sat, 18 Nov 2023 02:08:11 -0500 Subject: dmt: Add favicon Signed-off-by: Malfurious --- dmt/dmt | 5 +++++ dmt/favicon.png | Bin 0 -> 5172 bytes dmt/html/master.html | 1 + 3 files changed, 6 insertions(+) create mode 100644 dmt/favicon.png diff --git a/dmt/dmt b/dmt/dmt index 9234d97..3ea36c7 100755 --- a/dmt/dmt +++ b/dmt/dmt @@ -123,4 +123,9 @@ case ${route[0]} in "script.js") template "script.js" text/javascript ;; + + "favicon.png") + printf 'Content-type: image/png\n\n' + cat "favicon.png" + ;; esac diff --git a/dmt/favicon.png b/dmt/favicon.png new file mode 100644 index 0000000..8db6f62 Binary files /dev/null and b/dmt/favicon.png differ diff --git a/dmt/html/master.html b/dmt/html/master.html index fd57476..dfeeef3 100644 --- a/dmt/html/master.html +++ b/dmt/html/master.html @@ -4,6 +4,7 @@ %{ echo -n "$CYCHE_SITE_NAME" | escape_html %} + -- cgit v1.2.3