From a40cced0d92a7c30afbd74c300695342e0102796 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Magiera?= Date: Tue, 2 Apr 2024 18:15:50 +0200 Subject: [PATCH] feat: curioweb: add favicon (#11804) --- curiosrc/web/hapi/web/root.gohtml | 1 + curiosrc/web/static/favicon.svg | 1 + curiosrc/web/static/index.html | 6 ++++++ 3 files changed, 8 insertions(+) create mode 100644 curiosrc/web/static/favicon.svg diff --git a/curiosrc/web/hapi/web/root.gohtml b/curiosrc/web/hapi/web/root.gohtml index aa7bc586a..b3a41e800 100644 --- a/curiosrc/web/hapi/web/root.gohtml +++ b/curiosrc/web/hapi/web/root.gohtml @@ -6,6 +6,7 @@ +
diff --git a/curiosrc/web/static/favicon.svg b/curiosrc/web/static/favicon.svg new file mode 100644 index 000000000..91f132959 --- /dev/null +++ b/curiosrc/web/static/favicon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/curiosrc/web/static/index.html b/curiosrc/web/static/index.html index 674b4a88e..04050ff6e 100644 --- a/curiosrc/web/static/index.html +++ b/curiosrc/web/static/index.html @@ -34,10 +34,16 @@ .deadline-faulty { background-color: red; } + .logo { + display: inline-block; + }
+

Curio Cluster