diff --git a/demo/src/html/index.html.template b/demo/src/html/index.html.template
index bd1daaf1c5..5faafef63d 100644
--- a/demo/src/html/index.html.template
+++ b/demo/src/html/index.html.template
@@ -70,7 +70,12 @@
flex: 1;
}
.ohf-logo {
- height: 80px;
+ color: grey;
+ font-size: 12px;
+ margin-bottom: 16px;
+ display: flex;
+ flex-direction: column;
+ align-items: center;
}
@@ -82,7 +87,10 @@
-
+
+ a project from
+

+
<%= renderTemplate("../../../src/html/_js_base.html.template") %>
diff --git a/public/static/icons/ohf.svg b/public/static/icons/ohf.svg
index 64fd2eccd3..08d81d42ae 100644
--- a/public/static/icons/ohf.svg
+++ b/public/static/icons/ohf.svg
@@ -1,5 +1,5 @@
-
-
+
+ a project from
+

+
<%= renderTemplate("_js_base.html.template") %>