summaryrefslogblamecommitdiffstats
path: root/webapp/index.html
blob: 1e30823ee65bc18000ae90cad8a2457b7063c0b4 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                                                                           

                                                                                                 





                                              
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=0">
    <link rel="icon" href="/static/favicon.ico"/>
    <title>Dashboard</title>
    <meta name="theme-color" content="#0195ff" />
    <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
    <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto" type="text/css">
    <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto+Mono">
  </head>
  <body>
    <div id="app"></div>
    <!-- built files will be auto injected -->
  </body>
</html>