Skip to content

Commit

Permalink
Add some tags
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshineplan committed Jun 1, 2023
1 parent a03eda4 commit 3a870af
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tag.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ var (
B = Tag("b")
Body = Tag("body")
Div = Tag("div")
H1 = Tag("h1")
H2 = Tag("h2")
Head = Tag("head")
I = Tag("i")
Img = Tag("img")
Expand All @@ -26,6 +28,7 @@ var (
P = Tag("p")
Select = Tag("select")
Span = Tag("span")
Svg = Tag("svg")
Table = Tag("table")
Td = Tag("td")
Th = Tag("th")
Expand Down

0 comments on commit 3a870af

Please sign in to comment.