summaryrefslogtreecommitdiff
path: root/arclade.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'arclade.lisp')
-rw-r--r--arclade.lisp9
1 files changed, 6 insertions, 3 deletions
diff --git a/arclade.lisp b/arclade.lisp
index 67f4183..63bd975 100644
--- a/arclade.lisp
+++ b/arclade.lisp
@@ -60,6 +60,9 @@
(:div
:class "game"
(:h2 (name game))
- (:div :class "feats"
- (dolist (feat feats)
- (:div :class "feat" (render feat)))))))))))
+ (:div
+ :class "feats"
+ (dolist (feat feats) (render feat))))))))))
+
+(defendpoint* :get "/css/style.css" () ()
+ (pathname "./style.css"))