2016-10-30 09:29:51 +00:00
|
|
|
<!DOCTYPE html>
|
2016-11-27 13:49:17 +00:00
|
|
|
<html ng-app="app">
|
2016-11-27 12:02:29 +00:00
|
|
|
<head lang="en">
|
2017-01-26 13:55:37 +00:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
2016-11-27 12:02:29 +00:00
|
|
|
<meta charset="UTF-8">
|
|
|
|
<base href="/">
|
|
|
|
<title>Redash</title>
|
2016-10-30 09:29:51 +00:00
|
|
|
|
2017-04-18 12:19:57 +00:00
|
|
|
<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">
|
2016-11-27 12:02:29 +00:00
|
|
|
</head>
|
|
|
|
|
2016-11-27 13:49:17 +00:00
|
|
|
<body>
|
2016-11-27 12:02:29 +00:00
|
|
|
<section>
|
|
|
|
<div ng-view></div>
|
|
|
|
</section>
|
|
|
|
</body>
|
2016-10-30 09:29:51 +00:00
|
|
|
</html>
|