Added initial css and html framework
Change-Id: I82fafe83852a45f8af7d959e496c6246a8865ec5
Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
diff --git a/src/header.html b/src/header.html
new file mode 100644
index 0000000..561cb7c
--- /dev/null
+++ b/src/header.html
@@ -0,0 +1,11 @@
+<header id="header">
+ <div class="logo__wrapper"></div>
+ <span class="app__version">openBMC V.0.0.1</span>
+ <div id="app-user" class="float-right">
+ <span class="app-user__indicator inline"></span>
+ <span class="app-user__name inline">SysAdmin</span>
+ </div>
+</header>
+<div class="header__functions-wrapper">
+ header functions here
+</div>
\ No newline at end of file