summaryrefslogtreecommitdiffstats
path: root/webapp/public/index.html
blob: aad90b7e6611678f8c9711fff6eeb7761d725107 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!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="/favicon.ico"/>
    <title>Dashboard</title>
    <meta name="theme-color" content="#0095ff" />
    <link rel="stylesheet" href="/gfonts/material-icon.css">
    <link rel="stylesheet" href="/gfonts/font-roboto.css" type="text/css">
    <link rel="stylesheet" href="/gfonts/font-roboto-mono.css">
  </head>
  <body>
    <div id="app"></div>
    <!-- built files will be auto injected -->
  </body>
</html>