Add HTML widget

This commit is contained in:
Svilen Markov
2024-06-02 19:01:20 +01:00
parent e8043be107
commit 75079a981b
3 changed files with 36 additions and 0 deletions

View File

@ -27,6 +27,8 @@ func New(widgetType string) (Widget, error) {
return &Bookmarks{}, nil
case "iframe":
return &IFrame{}, nil
case "html":
return &HTML{}, nil
case "hacker-news":
return &HackerNews{}, nil
case "releases":