aboutsummaryrefslogtreecommitdiff
path: root/web/view/brand/msk.scm
diff options
context:
space:
mode:
Diffstat (limited to 'web/view/brand/msk.scm')
-rw-r--r--web/view/brand/msk.scm25
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") ".")))
+ )))))