redash/client/app/multi_org.html

20 lines
624 B
HTML
Raw Normal View History

<!DOCTYPE html>
2017-06-29 09:11:15 +00:00
<html ng-app="app" ng-strict-di>
<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="/static/images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/static/images/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/static/images/favicon-16x16.png">
</head>
2018-01-09 10:06:46 +00:00
<body ng-class="bodyClass">
<section>
<app-view></app-view>
</section>
</body>
</html>