Improved again instructions readability of static page
[src/xds/xds-server.git] / webapp / src / index.html
index c784ae1..e863020 100644 (file)
@@ -45,7 +45,7 @@
         #dashbButton {
             font-size: large;
             font-weight: bold;
-            background: none;
+            background: lightgrey;
             color: royalblue;
             min-height: 5rem;
         }
@@ -65,8 +65,8 @@
     </h2>
 
     <button id="dashbButton">
-        Try to connect to dashboard
-        <br> http://localhost:8800
+        Click here to connect to XDS Dashboard
+        <br> <small>http://localhost:8800</small>
     </button>
     <script type="text/javascript">
         document.getElementById("dashbButton").onclick = function () {