summaryrefslogtreecommitdiffstats
path: root/components/datalake-handler/admin/src/index.html
blob: c92d5095ed743b1c00874a8ea5d8f8b85ad8189c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!doctype html>
<html lang="en">

<head>
  <meta charset="utf-8">
  <title>DataLake AdminPortal</title>
  <base href="/">

  <meta name="viewport" content="width=device-width, initial-scale=1">
  <link rel="icon" type="image/x-icon" href="favicon.ico">

  <link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">

</head>

<body>

  <div id="loading"></div>

  <div id="content">
    <app-root></app-root>
  </div>

  </script>
</body>

</html>