diff options
Diffstat (limited to 'src/frontend/web/index.html')
| -rw-r--r-- | src/frontend/web/index.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/frontend/web/index.html b/src/frontend/web/index.html index 885f2c5..646cdb0 100644 --- a/src/frontend/web/index.html +++ b/src/frontend/web/index.html @@ -1 +1,3 @@ -<z-component type="hello-world"></z-component> +<z-component type="hello-world"> + <p slot="ur-mom">lulululu</p> +</z-component> |