diff options
author | Pjotr Prins | 2023-09-12 12:24:26 -0500 |
---|---|---|
committer | Pjotr Prins | 2023-09-12 12:24:26 -0500 |
commit | 278e35a4150bfcc18232be93857000032e60d484 (patch) | |
tree | 30fc4bf990abdf8b34ac4c463f10464336eeb3e7 /web/view | |
parent | f434dc9d38cbbe432f80724ca3a61b2cf074b8a2 (diff) | |
download | gn-guile-278e35a4150bfcc18232be93857000032e60d484.tar.gz |
Update MSK
Diffstat (limited to 'web/view')
-rw-r--r-- | web/view/brand/msk.scm | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/web/view/brand/msk.scm b/web/view/brand/msk.scm index ec8ea25..a274a80 100644 --- a/web/view/brand/msk.scm +++ b/web/view/brand/msk.scm @@ -35,18 +35,19 @@ (@ (rel "stylesheet") (media "screen") (type "text/css") - ; (href "./css/gn-doc.css") + (href "/css/pico.css") )) ,@head) (body - (img (@ (src "/static/images/GN4MSK.png"))) - (h1 ,title) - (p ,info) - (footer - (hr) - (p "Copyright © 2005-2023 " - (a (@ (href "https://genenetwork.org/")) "GeneNetwork Webservices")) - (p "GeneNetwork and this website runs fully on free software. See status and download the " - (a (@ (href "https://ci.genenetwork.org/")) - "source code") ".")) - )))) + (main (@ (class "container")) + (article + (img (@ (src "/static/images/GN4MSK.png"))) + (h1 ,title) + (p ,info) + (footer + (hr) + (p "Copyright © 2005-2023 " + (a (@ (href "https://genenetwork.org/")) "GeneNetwork Webservices") " | GeneNetwork and this website runs fully on free software. See status and download the " + (a (@ (href "https://ci.genenetwork.org/")) + "source code") "."))) + ))))) |