mirror of https://github.com/voidlizard/hbs2
suckless, page.ss example fixed
This commit is contained in:
parent
4aee79eb66
commit
6a7741e4ae
|
@ -30,7 +30,7 @@ print
|
|||
I agree with the terms
|
||||
]
|
||||
[html :br]
|
||||
[html :input [kw :type text :name username :placeholder Enter your name]]
|
||||
[html :input [kw :type text :name username :placeholder "Enter your name"]]
|
||||
[html :br]
|
||||
[html :input [kw :type submit :value Submit]]
|
||||
]
|
||||
|
@ -39,11 +39,17 @@ print
|
|||
|
||||
[html :p [kw]
|
||||
This text contains
|
||||
|
||||
[html :b [kw] bold]
|
||||
,
|
||||
|
||||
chr:comma
|
||||
|
||||
[html :i [kw] italic]
|
||||
and
|
||||
[html :u [kw] underlined]
|
||||
|
||||
:and
|
||||
|
||||
[html :u [kw] :underlined]
|
||||
|
||||
styles.
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in New Issue