xref: /openbmc/phosphor-webui/app/index.html (revision f6387628)
1bbcf670aSEd Tanous<!doctype html>
211adec7eSEd Tanous<html ng-app="app" ng-csp lang="en">
33a0d471cSMichael Davis
4bbcf670aSEd Tanous<head>
5*f6387628SEd Tanous    <meta http-equiv="Content-Security-Policy">
6bbcf670aSEd Tanous    <meta charset="UTF-8">
7cb97dad6SGunnar Mills    <title>OpenBMC</title>
8bbcf670aSEd Tanous    <meta name="viewport" content="width=device-width, initial-scale=1">
9bbcf670aSEd Tanous
10bbcf670aSEd Tanous    <base href="/">
1199d199f3SIftekharul Islam</head>
12bb5058e7SIftekharul Islam<body ng-style="dataService.bodyStyle" ng-attr-id="{{!dataService.showNavigation ? 'login': ''}}">
1399d199f3SIftekharul Islam
1499d199f3SIftekharul Islam    <app-header ng-if="dataService.showNavigation" path="dataService.path"></app-header>
1599d199f3SIftekharul Islam    <app-navigation ng-if="dataService.showNavigation" path="dataService.path" show-navigation="dataService.showNavigation"></app-navigation>
16a30394b7Sbeccabroek    <toast ng-if="dataService.showNavigation"></toast>
1799d199f3SIftekharul Islam
18bb5058e7SIftekharul Islam    <main ng-view ng-class="{'content__container': dataService.showNavigation, 'login__wrapper': !dataService.showNavigation}">
1999d199f3SIftekharul Islam    </main>
2099d199f3SIftekharul Islam</body>
2199d199f3SIftekharul Islam</html>
22