Asterix SDK added syntax and comments; new icon for cherry example
diff --git a/asterix-examples/src/main/resources/cherry/examples/cherry.html b/asterix-examples/src/main/resources/cherry/examples/cherry.html
index 8e37cfe..e8facae 100755
--- a/asterix-examples/src/main/resources/cherry/examples/cherry.html
+++ b/asterix-examples/src/main/resources/cherry/examples/cherry.html
@@ -8,7 +8,9 @@
         rel="stylesheet" type="text/css"/>
     <link href="../css/jquery.dataTables.css" rel="stylesheet" type="text/css"/>
     <link href="../css/bootstrap.min.css" rel="stylesheet" media="screen">
-    
+
+    <link rel="shortcut icon" type="image/png" href="../img/mobile.png">
+
     <script src="http://maps.googleapis.com/maps/api/js?sensor=false&libraries=places"
         type="text/javascript"></script> 
     <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>