summaryrefslogtreecommitdiffstats
path: root/src/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.html')
-rw-r--r--src/index.html15
1 files changed, 1 insertions, 14 deletions
diff --git a/src/index.html b/src/index.html
index 574b2ab..7bd906b 100644
--- a/src/index.html
+++ b/src/index.html
@@ -21,19 +21,6 @@
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
</head>
<body>
- <div id="AppContainer" class="parent">
- <script id="item-template" type="x-tmpl-mustache">
- <a href="#" class="item" id="app-{{id}}" app-id="{{ id }}" onclick="window.launch(this);" style="display:none">
- <img id="icon-inactive-{{id}}" class="icon inactive" src="/images/icons/blank_inactive.svg">
- <img id="icon-enabled-{{id}}" class="icon enabled" src="/images/icons/blank_active.svg">
- <div class="name">
- {{ name }}
- </div>
- </a>
- </script>
- </div>
- <div class="log" id="log">
-
- </div>
+
</body>
</html> \ No newline at end of file