UNPKG

insights-frontend

Version:
41 lines (40 loc) 2.03 kB
<!doctype html> <html class="insights" insights-namespacer="insights-namespacer" ng-class="insightsNamespacer.current" lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <base href="/insights/"> <title>Red Hat Insights</title> <meta name="tag" content="___TAG___"> <meta name="commit" content="___COMMIT___"> <meta name="description" content="Red Hat Insights - Red Hat's first proactive systems management service"> <meta name="viewport" content="width=device-width"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> <link rel="stylesheet" href="css/insights.css?rev=___COMMIT___"> <link rel="shortcut icon" type="image/png" href="https://access.redhat.com/favicon.ico"/> <script> window.insightsGlobal = { tag: '___TAG___', commit: '___COMMIT___', appName: 'insights', isSaas: true, isBeta: false } window.LOGGED_IN = /rh_user=./.test(document.cookie); </script> </head> <body class="platform"> <!--[if lt IE ]9> <div class="ie-unsupported alert alert-danger"> <span class="glyphicon glyphicon-exclamation-sign" aria-hidden="true"></span> <span class="sr-only">Error:</span> Using Insights with this browser is unsupported. Please see our <a href="/insights/support/browser" target="_self">Insights browser support policy</a> for more information. </div> <![endif]--> <div ui-view="" class="platform-grid ng-cloak" ng-class="{'collapsed': sidenavCollapsed}"></div> <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script> <script src="js/insights.js?rev=___COMMIT___"></script> </body> </html>