1
0
forked from x/icebergs
icebergs/base/web/html/html.go
2023-07-11 11:04:53 +08:00

9 lines
91 B
Go

package html
const (
DARK = "dark"
LIGHT = "light"
WHITE = "white"
BLACK = "black"
)