commit
This commit is contained in:
parent
03fdb5d497
commit
b527ac15a7
1 changed files with 5 additions and 1 deletions
|
|
@ -12,5 +12,9 @@ using namespace Crafter;
|
||||||
|
|
||||||
export namespace Catcrafts {
|
export namespace Catcrafts {
|
||||||
HtmlElementView* body = new HtmlElementView("body");
|
HtmlElementView* body = new HtmlElementView("body");
|
||||||
HtmlElementView* head = new HtmlElementView("head");
|
HtmlElementView* head = new HtmlElementView("head", R"(
|
||||||
|
<style>
|
||||||
|
|
||||||
|
</style>
|
||||||
|
)");//add style here
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue