aboutsummaryrefslogtreecommitdiff
path: root/web/view/brand/aging.scm
diff options
context:
space:
mode:
Diffstat (limited to 'web/view/brand/aging.scm')
-rw-r--r--web/view/brand/aging.scm9
1 files changed, 5 insertions, 4 deletions
diff --git a/web/view/brand/aging.scm b/web/view/brand/aging.scm
index 6d196ad..62b5df7 100644
--- a/web/view/brand/aging.scm
+++ b/web/view/brand/aging.scm
@@ -35,13 +35,14 @@
(@ (rel "stylesheet")
(media "screen")
(type "text/css")
- (href "/css/pico.min.css")
+ (href "/css/pico.css")
))
,@head)
(body
- (img (@ (src "/static/images/ole-farmer.jpg") (alt "ol farmer by hohumhobo is licensed under CC BY 2.0") (align "right") (width "400")))
+ (main (@ (class "container"))
+ (img (@ (src "/static/images/ole-farmer.jpg") (alt "ol farmer by hohumhobo is licensed under CC BY 2.0") (width "400")))
(h1 ,title)
- (p ,info)
+ (p ,info)))
(footer
(hr)
(p "Copyright © 2005-2023 "
@@ -49,4 +50,4 @@
(p "GeneNetwork and this website runs fully on free software. See status and download the "
(a (@ (href "https://ci.genenetwork.org/"))
"source code") "."))
- ))))
+ )))