summaryrefslogtreecommitdiff
path: root/shtml.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'shtml.lisp')
-rw-r--r--shtml.lisp14
1 files changed, 14 insertions, 0 deletions
diff --git a/shtml.lisp b/shtml.lisp
index dcbdfee..8f5d7f0 100644
--- a/shtml.lisp
+++ b/shtml.lisp
@@ -40,3 +40,17 @@
(format nil "<~a ~{~a=~s~^ ~}>"
,tag-name
(trim-flatten-assoc ,attrs-and-values))))))
+
+(define-html html)
+(define-html head)
+(define-html title)
+(define-html body)
+(define-html h1)
+(define-html h2)
+(define-html h3)
+(define-html h4)
+(define-html h5)
+(define-html h6)
+(define-html p)
+(define-html br :single t)
+(define-html hr :single t)