diff options
author | Pjotr Prins | 2023-08-28 14:51:43 +0200 |
---|---|---|
committer | Pjotr Prins | 2023-08-28 14:51:43 +0200 |
commit | 0f50763c9eef214bc301b7af57e0a59f8d0b761f (patch) | |
tree | 7556080dd26b6d333328a46d704951222dcfc145 /web/view | |
parent | 89801fbdb731ab64d49dd92fe5ad3ac2ee647e4d (diff) | |
download | gn-guile-0f50763c9eef214bc301b7af57e0a59f8d0b761f.tar.gz |
Serve images
Diffstat (limited to 'web/view')
-rw-r--r-- | web/view/view.scm | 4 |
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"))) + ))) |