Initial commit.
This commit is contained in:
commit
59c6161fdb
134 changed files with 4751 additions and 0 deletions
11
src/web/html/HtmlElement.cpp
Normal file
11
src/web/html/HtmlElement.cpp
Normal file
|
@ -0,0 +1,11 @@
|
|||
#include "HtmlElement.h"
|
||||
|
||||
HtmlElement::HtmlElement()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
static std::shared_ptr<HtmlElement> HtmlElement::Create()
|
||||
{
|
||||
return std::make_shared<HtmlElement>();
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue