From b42178f2a5e64e84ce853eebcbc56432b7753183 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Wed, 30 Aug 2023 16:58:17 +0200 Subject: MSK: added image --- web/view/brand/msk.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'web/view/brand') diff --git a/web/view/brand/msk.scm b/web/view/brand/msk.scm index 4b34c43..2a2bd70 100644 --- a/web/view/brand/msk.scm +++ b/web/view/brand/msk.scm @@ -33,7 +33,8 @@ (@ (rel "stylesheet") (media "screen") (type "text/css") - (href "./css/gn-doc.css"))) + ; (href "./css/gn-doc.css") + )) ,@head) (body (img (@ (src "/static/images/GN4MSK.png"))) @@ -43,7 +44,7 @@ (hr) (p "Copyright © 2005-2023 " (a (@ (href "https://genenetwork.org/")) "GeneNetwork Webservices")) - (p "This is free software. See status and download the " + (p "GeneNetwork and this website runs fully on free software. See status and download the " (a (@ (href "https://ci.genenetwork.org/")) "source code") ".")) )))) -- cgit v1.2.3