diff options
author | Humberto Alfonso Díaz <humberto.alfonso@asvito.es> | 2019-07-01 13:28:37 +0200 |
---|---|---|
committer | Lorenzo Tilve <ltilve@igalia.com> | 2020-02-04 19:20:13 +0100 |
commit | 8941ce3958a90711d309c1a7ef3c7a3f9c148a97 (patch) | |
tree | 353420caeece37a2c0af857a2b569637da593d08 /src/index.html | |
parent | 1893ddafd77d7e9d7489b1f4bbe8ff9d66389c5e (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"> |