diff options
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"> |