diff options
Diffstat (limited to 'web/view/brand/msk.scm')
-rw-r--r-- | web/view/brand/msk.scm | 5 |
1 files changed, 3 insertions, 2 deletions
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") ".")) )))) |