module StatusPage::HTMLBuilder::HTMLNodes

Direct including types

Defined in:

status_page/html_builder.cr

Instance Method Summary

Instance Method Detail

def div(**args, &) #

[View source]
def escape(*output) #

[View source]
def link(href : String, &) #

[View source]
def link(content, href : String) #

[View source]
def node(name, **args, &) #

[View source]
def pre(**args, &) #

[View source]