1
0
mirror of https://shylinux.com/x/icebergs synced 2025-04-27 01:48:27 +08:00
icebergs/base/web/html/html.go
2023-08-21 01:33:55 +08:00

16 lines
167 B
Go

package html
const (
DARK = "dark"
LIGHT = "light"
WHITE = "white"
BLACK = "black"
)
const (
FLOAT = "float"
OUTPUT = "output"
TEXT_PLAIN = "text/plain"
)