mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
Start of commone HTML elements for CLOG
This commit is contained in:
parent
4e201cdec5
commit
d5eac402f3
5 changed files with 176 additions and 29 deletions
|
|
@ -44,6 +44,12 @@
|
|||
(set-on-character win
|
||||
(lambda (obj data)
|
||||
(print data)))
|
||||
(create-div win :content "Hello World! p")
|
||||
(create-div win :content "Hello World! div")
|
||||
(create-br win)
|
||||
(create-span win :content "Hello World! span")
|
||||
(create-hr win)
|
||||
|
||||
(setf (title (html-document win)) "CLOG Test App")
|
||||
(print (title (html-document win)))
|
||||
))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue