wisp/web_lisp_src/style.wisp
2022-07-04 03:13:28 -05:00

4 lines
92 B
Plaintext

(wisp
(style :id 1 `(:size 12 ))
(document
(text :style 1 "Hello, World!")))