#include "HtmlElement.h" HtmlElement::HtmlElement() { } static std::shared_ptr HtmlElement::Create() { return std::make_shared(); }