diff options
author | Pjotr Prins | 2023-08-30 16:58:17 +0200 |
---|---|---|
committer | Pjotr Prins | 2023-08-30 16:58:17 +0200 |
commit | b42178f2a5e64e84ce853eebcbc56432b7753183 (patch) | |
tree | 5e6b3925706f37011017853db0b23ae50c82a9c5 /web/view/brand/msk.scm | |
parent | b138df84729aba391e03cacd44746cf1cd9f32b2 (diff) | |
download | gn-guile-b42178f2a5e64e84ce853eebcbc56432b7753183.tar.gz |
MSK: added image
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") ".")) )))) |