Add LinkStylesheet and LinkPreload components (#79) These are often used in the `<head>` part of the HTML.
1 file changed, 1 insertion(+), 0 deletions(-)
changed files
M html/attributes_test.go → html/attributes_test.go
@@ -36,6 +36,7 @@ cases := map[string]func(string) g.Node{ "accept": Accept, "action": Action, "alt": Alt, + "as": As, "autocomplete": AutoComplete, "charset": Charset, "class": Class,