From 278e35a4150bfcc18232be93857000032e60d484 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Tue, 12 Sep 2023 12:24:26 -0500 Subject: Update MSK --- web/view/brand/msk.scm | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) (limited to 'web') 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") "."))) + ))))) -- cgit v1.2.3