7 <link rel="icon" type="image/x-icon" href="assets/favicon.ico">
8 <link rel="stylesheet" href="font-awesome.min.css">
13 flex-direction: column;
14 justify-content: center;
20 background: url("assets/images/background_iot_bzh_light.png") 0 0 no-repeat;
21 background-color: lightgrey;
22 background-size: cover;
23 background-position: center;
48 background: lightgrey;
55 <body class="page-content">
57 <img id="logo-iot" src="assets/images/iot-bzh-logo-small.png">
59 <h1 id="title">X(cross) Development System</h1>
61 <h2>Please <a href="http://docs.automotivelinux.org/docs/devguides/en/dev/reference/xds/part-1/2_install-client.html">
62 install and start XDS agent <i class="fa fa-external-link" aria-hidden="true"></i></a>
63 <br> on your host first and then
64 <br> connect to XDS Dashboard
67 <button id="dashbButton">
68 Click here to connect to XDS Dashboard
69 <br> <small>http://localhost:8800</small>
71 <script type="text/javascript">
72 document.getElementById("dashbButton").onclick = function () {
73 location.href = "http://localhost:8800";
76 <i style="font:xx-small;">(URL may depend on your configuration)</i>
82 <h2>For more information, please refer to XDS User's Guide:</h2>
85 <a href="http://docs.automotivelinux.org/docs/devguides/en/dev/reference/xds/part-1/2_install-client.html">
87 <i class="fa fa-external-link" aria-hidden="true"></i>
91 <a href="http://docs.automotivelinux.org/docs/devguides/en/dev/#xcross-development-system-user's-guide">
93 <i class="fa fa-external-link" aria-hidden="true"></i>
97 <a href="http://iot.bzh/download/public/XDS/docs/XDS_UsersGuide.pdf">
98 User's guide (PDF file)
99 <i class="fa fa-external-link" aria-hidden="true"></i>