Moved Dashboad webapp on Angular 5 !
[src/xds/xds-agent.git] / webapp / src / index.html
1 <!doctype html>
2 <html>
3 <head>
4   <meta charset="utf-8">
5   <title>XDS Dashboard</title>
6   <base href="/">
7
8   <meta name="viewport" content="width=device-width, initial-scale=1">
9   <link rel="icon" type="image/x-icon" href="assets/favicon.ico">
10
11   <link rel="stylesheet" href="./assets/css/main.css">
12 </head>
13
14 <body style="padding-top: 70px;">   <!-- padding needed due to fixed navbar -->
15     <app-root>
16         <div style="text-align:center; position:absolute; top:50%; width:100%; transform:translate(0,-50%);">
17             <img id="logo-iot" src="assets/images/iot-bzh-logo-small.png">
18             <br> Loading...
19             <i class="fa fa-spinner fa-spin fa-fw"></i>
20         </div>
21     </app-root>
22 </body>
23
24 </html>