Add unit-id and bmc-reboot to navigation.

Change-Id: Idce6d77955cbcd348a3e0e8d0c6785ad983cfdc5
Signed-off-by: Iftekharul Islam <iislam@us.ibm.com>
diff --git a/src/unit-id.html b/src/unit-id.html
index ce1bbc8..7586516 100644
--- a/src/unit-id.html
+++ b/src/unit-id.html
@@ -1,20 +1,4 @@
-<!DOCTYPE html>
-<html lang="en">
-<head>
-    <meta charset="UTF-8">
-    <title>openBMC</title>
-    <link rel="icon" href="favicon.ico?v=2"/>
-    <link rel="stylesheet" href="css/main.css">
-    <script src="js/vendor/vendor.min.js"></script>
-</head>
-<body>
 
-<!-- Header & Navigation includes -->
-<div id="header__wrapper"></div>
-<div id="navigation"></div>
-
-<!-- Power Operations Content -->
-<main id="uid-switch" class="content__container" role="main">
     <div class="row column">
         <h1>Unit ID Indicator</h1>
     </div>
@@ -35,9 +19,7 @@
             </div>
         </div>
     </div>
-</main>
 
-</body>
 <script src="js/app.min.js"></script>
 
 <!-- FOR DEMO ONLY __ DO NOT COPY BELOW -->
@@ -47,4 +29,4 @@
        $(this).parents('.row').find('.uid-switch__status').html('on');
     });
 </script>
-</html>
+