This commit is contained in:
Jorijn van der Graaf 2025-11-12 21:04:34 +01:00
commit b527ac15a7

View file

@ -12,5 +12,9 @@ using namespace Crafter;
export namespace Catcrafts {
HtmlElementView* body = new HtmlElementView("body");
HtmlElementView* head = new HtmlElementView("head");
HtmlElementView* head = new HtmlElementView("head", R"(
<style>
</style>
)");//add style here
}