suckless, page.ss example fixed

This commit is contained in:
voidlizard 2025-02-03 08:07:38 +03:00
parent 4aee79eb66
commit 6a7741e4ae
1 changed files with 10 additions and 4 deletions

View File

@ -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.
]