wisp/web_lisp_src/style.wisp

4 lines
92 B
Plaintext
Raw Normal View History

2022-07-04 03:13:28 -05:00
(wisp
2022-07-20 17:56:00 -05:00
(style :id 1 '(:size 12 ))
2022-07-04 03:13:28 -05:00
(document
(text :style 1 "Hello, World!")))