diff options
Diffstat (limited to 'src/frontend/web')
| -rw-r--r-- | src/frontend/web/hello-world/index.css | 7 | ||||
| -rw-r--r-- | src/frontend/web/hello-world/index.html | 3 | ||||
| -rw-r--r-- | src/frontend/web/hello-world/index.js | 3 | ||||
| -rw-r--r-- | src/frontend/web/index.css | 4 | ||||
| -rw-r--r-- | src/frontend/web/index.html | 1 |
5 files changed, 0 insertions, 18 deletions
diff --git a/src/frontend/web/hello-world/index.css b/src/frontend/web/hello-world/index.css deleted file mode 100644 index 41b0b29..0000000 --- a/src/frontend/web/hello-world/index.css +++ /dev/null @@ -1,7 +0,0 @@ -#container { - background: #efefef; - padding: 10px; - border-radius: 4px; - user-select: none; - cursor: pointer; -} diff --git a/src/frontend/web/hello-world/index.html b/src/frontend/web/hello-world/index.html deleted file mode 100644 index a9b0be7..0000000 --- a/src/frontend/web/hello-world/index.html +++ /dev/null @@ -1,3 +0,0 @@ -<div id="container" onclick="clicked()"> - Click Me! -</div> diff --git a/src/frontend/web/hello-world/index.js b/src/frontend/web/hello-world/index.js deleted file mode 100644 index 8e55c52..0000000 --- a/src/frontend/web/hello-world/index.js +++ /dev/null @@ -1,3 +0,0 @@ -function clicked() { - console.log('clicked'); -} diff --git a/src/frontend/web/index.css b/src/frontend/web/index.css deleted file mode 100644 index a93ea47..0000000 --- a/src/frontend/web/index.css +++ /dev/null @@ -1,4 +0,0 @@ -body { - padding: 0; - margin: 0; -} diff --git a/src/frontend/web/index.html b/src/frontend/web/index.html deleted file mode 100644 index 885f2c5..0000000 --- a/src/frontend/web/index.html +++ /dev/null @@ -1 +0,0 @@ -<z-component type="hello-world"></z-component> |