diff options
Diffstat (limited to 'src/index.html')
-rw-r--r-- | src/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/index.html b/src/index.html index 87a9e68..50cb40f 100644 --- a/src/index.html +++ b/src/index.html @@ -23,7 +23,7 @@ <body> <div class="top"> <script id="app-template" type="x-tmpl-mustache"> - <a href="#" class="button" id="app-{{id}}" app-id="{{ id }}" onclick="window.start(this);"> + <a class="button" id="app-{{id}}" app-id="{{ id }}" onclick="window.start(this);"> <div class="icon {{ icon }}"> </div> @@ -56,4 +56,4 @@ </div> </body> -</html>
\ No newline at end of file +</html> |