xref: /openbmc/phosphor-webui/app/index.html (revision a1d238f3a53db2ec3cc4c2fd52fe78738b37968b)
1bbcf670aSEd Tanous<!doctype html>
2bbcf670aSEd Tanous<html ng-app="app" lang="en">
33a0d471cSMichael Davis
4bbcf670aSEd Tanous<head>
5bbcf670aSEd Tanous    <meta charset="UTF-8">
6bbcf670aSEd Tanous    <title>openBMC App</title>
7bbcf670aSEd Tanous    <meta name="viewport" content="width=device-width, initial-scale=1">
8bbcf670aSEd Tanous
9bbcf670aSEd Tanous    <base href="/">
1099d199f3SIftekharul Islam</head>
11bb5058e7SIftekharul Islam<body ng-style="dataService.bodyStyle" ng-attr-id="{{!dataService.showNavigation ? 'login': ''}}">
1299d199f3SIftekharul Islam
1399d199f3SIftekharul Islam    <app-header ng-if="dataService.showNavigation" path="dataService.path"></app-header>
1499d199f3SIftekharul Islam    <app-navigation ng-if="dataService.showNavigation" path="dataService.path" show-navigation="dataService.showNavigation"></app-navigation>
1599d199f3SIftekharul Islam
16bb5058e7SIftekharul Islam    <main ng-view ng-class="{'content__container': dataService.showNavigation, 'login__wrapper': !dataService.showNavigation}">
1799d199f3SIftekharul Islam    </main>
1899d199f3SIftekharul Islam
19*a1d238f3SIftekharul Islam    <errors></errors>
2099d199f3SIftekharul Islam</body>
2199d199f3SIftekharul Islam</html>
22