From ca4b35cbf0e5b2de74eb28298d4330ff8a6a11fb Mon Sep 17 00:00:00 2001 From: Martchus Date: Tue, 20 Jun 2023 17:58:54 +0200 Subject: [PATCH] Add favicon --- srv/CMakeLists.txt | 1 + srv/static/img/favicon.svg | 167 +++++++++++++++++++++++++++++++++++++ srv/static/index.html | 1 + 3 files changed, 169 insertions(+) create mode 100644 srv/static/img/favicon.svg diff --git a/srv/CMakeLists.txt b/srv/CMakeLists.txt index e615300..4521b30 100644 --- a/srv/CMakeLists.txt +++ b/srv/CMakeLists.txt @@ -25,6 +25,7 @@ set(JAVA_SCRIPT_FILES set(CSS_FILES static/css/basics.css static/css/genericrendering.css static/css/layout.css static/css/log.css static/css/specifics.css static/node_modules/xterm/css/xterm.css) set(IMG_FILES + static/img/favicon.svg static/img/logo.svg static/img/icon/content-save.svg static/img/icon/chevron-left.svg diff --git a/srv/static/img/favicon.svg b/srv/static/img/favicon.svg new file mode 100644 index 0000000..69fdaea --- /dev/null +++ b/srv/static/img/favicon.svg @@ -0,0 +1,167 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/srv/static/index.html b/srv/static/index.html index e6d7334..f732981 100644 --- a/srv/static/index.html +++ b/srv/static/index.html @@ -8,6 +8,7 @@ +