diff options
author | Pjotr Prins | 2023-08-30 17:00:48 +0200 |
---|---|---|
committer | Pjotr Prins | 2023-08-30 17:00:48 +0200 |
commit | 05afe0da3f640b23011cd236d53d465c719b0e49 (patch) | |
tree | 40e6f7ca4d676f2313ac253e407756b6e62bb72e | |
parent | b42178f2a5e64e84ce853eebcbc56432b7753183 (diff) | |
download | gn-guile-05afe0da3f640b23011cd236d53d465c719b0e49.tar.gz |
MSK: added image
-rw-r--r-- | web/view/view.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/web/view/view.scm b/web/view/view.scm index 15d4275..d0a8248 100644 --- a/web/view/view.scm +++ b/web/view/view.scm @@ -38,7 +38,8 @@ data to benefit from the power of integrated datasets, please contact:") (a (@ (href "https://medschool.cuanschutz.edu/orthopedics/research/labs/ackert-bicknell-lab")) "Cheryl Ackert-Bicknell") " | " (a (@ (href "https://uthsc.edu/genetics/faculty-staff.php")) "Rob W Williams") + " | " (a (@ (href "https://thebird.nl")) "Pjotr Prins") (p) - (img (@ (src "/static/images/CMOR.jpg" width="800px"))) - ))) + (img (@ (src "/static/images/CMOR.jpg") (width "1000")))) + )) |