aboutsummaryrefslogtreecommitdiff
path: root/web/view
diff options
context:
space:
mode:
authorPjotr Prins2023-08-28 14:51:43 +0200
committerPjotr Prins2023-08-28 14:51:43 +0200
commit0f50763c9eef214bc301b7af57e0a59f8d0b761f (patch)
tree7556080dd26b6d333328a46d704951222dcfc145 /web/view
parent89801fbdb731ab64d49dd92fe5ad3ac2ee647e4d (diff)
downloadgn-guile-0f50763c9eef214bc301b7af57e0a59f8d0b761f.tar.gz
Serve images
Diffstat (limited to 'web/view')
-rw-r--r--web/view/view.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/view/view.scm b/web/view/view.scm
index 6a0b8ba..bdcf009 100644
--- a/web/view/view.scm
+++ b/web/view/view.scm
@@ -15,5 +15,5 @@
(msk-html #:info
'((h2 "Introduction")
(p "New project for MSK with some live coding!")
- (img (@ (src "/static/images/CMOR.jpg")
- ))))
+ (img (@ (src "/static/images/CMOR.jpg")))
+ )))