2017-05-03 20:53:23 +00:00
|
|
|
<!DOCTYPE html>
|
2017-06-29 09:11:15 +00:00
|
|
|
<html ng-app="app" ng-strict-di>
|
2017-05-03 20:53:23 +00:00
|
|
|
<head lang="en">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<base href="{{base_href}}">
|
|
|
|
<title>Redash</title>
|
|
|
|
|
|
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32.png">
|
|
|
|
<link rel="icon" type="image/png" sizes="96x96" href="/images/favicon-96x96.png">
|
|
|
|
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16.png">
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<section>
|
2017-12-27 14:01:29 +00:00
|
|
|
<app-view></app-view>
|
2017-05-03 20:53:23 +00:00
|
|
|
</section>
|
|
|
|
</body>
|
|
|
|
</html>
|