xref: /openbmc/phosphor-webui/app/index.html (revision 0f2f981e3218a57f89995aa6cb6b684b2ec0ba8f)
1bbcf670aSEd Tanous<!doctype html>
211adec7eSEd Tanous<html ng-app="app" ng-csp lang="en">
33a0d471cSMichael Davis
4bbcf670aSEd Tanous<head>
5*0f2f981eSEd Tanous    <meta http-equiv="Content-Security-Policy" content="%%CSP_CONTENT%%">
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>
1699d199f3SIftekharul Islam
17bb5058e7SIftekharul Islam    <main ng-view ng-class="{'content__container': dataService.showNavigation, 'login__wrapper': !dataService.showNavigation}">
1899d199f3SIftekharul Islam    </main>
1999d199f3SIftekharul Islam
20a1d238f3SIftekharul Islam    <errors></errors>
2199d199f3SIftekharul Islam</body>
2299d199f3SIftekharul Islam</html>
23