diff options
Diffstat (limited to 'src/frontend/web/hello-world/index.html')
| -rw-r--r-- | src/frontend/web/hello-world/index.html | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/frontend/web/hello-world/index.html b/src/frontend/web/hello-world/index.html deleted file mode 100644 index 047a283..0000000 --- a/src/frontend/web/hello-world/index.html +++ /dev/null @@ -1,6 +0,0 @@ -<div id="container" onclick="clicked()"> - Click Me! - <z-component type="box"> - <span slot="title">Hello World!<span> - </z-component> -</div> |