diff options
author | Humberto Alfonso Díaz <humberto.alfonso@asvito.es> | 2019-07-01 13:28:37 +0200 |
---|---|---|
committer | Humberto Alfonso Díaz <humberto.alfonso@asvito.es> | 2019-07-01 13:28:37 +0200 |
commit | cf4619bc0a8d4399c7a669b806a2cda78e3d1ac7 (patch) | |
tree | 353420caeece37a2c0af857a2b569637da593d08 /src/index.html | |
parent | aac66099e68d635cbb5945366e00232abf868bdb (diff) |
RESTRUCT Update layout to remove homescreen styles
Diffstat (limited to 'src/index.html')
-rw-r--r-- | src/index.html | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/index.html b/src/index.html index 2821653..f717c10 100644 --- a/src/index.html +++ b/src/index.html @@ -7,14 +7,7 @@ </head> <body> <div id="AppContainer" class="parent"> - <script id="item-template" type="x-tmpl-mustache"> - <a href="#" class="item" app-id="{{ id }}" onclick="window.launch(this);"> - <img class="icon" src="{{ icon }}" onload="SVGInject(this);"> - <div class="name"> - {{ name }} - </div> - </a> - </script> + HVAC </div> <div class="log" id="log"> |