lab info page added
diff --git a/web_app/templates/lab_header.html b/web_app/templates/lab_header.html
new file mode 100644
index 0000000..03b7e8e
--- /dev/null
+++ b/web_app/templates/lab_header.html
@@ -0,0 +1,30 @@
+<div>
+    <table>
+        <th>
+            Parameter name :
+        </th>
+        <th>
+            Value :
+        </th>
+        <tr>
+            <td>Proccessor </td>
+            <td>Intel(R) Xeon(R) CPU E5-2620 v2 @ 2.10GHz</td>
+        </tr>
+        <tr>
+            <td>Proccessor count</td>
+            <td>12</td>
+        </tr>
+        <tr>
+            <td>RAM </td>
+            <td> 2 x 16 GB, Total 32GB</td>
+        </tr>
+        <tr>
+            <td>Disk Size</td>
+            <td> 2 x 16 GB, Total 32GB</td>
+        </tr>
+        <tr>
+            <td>Disk model</td>
+            <td>ST2000NM0033-9ZM</td>
+        </tr>
+    </table>
+</div>
\ No newline at end of file
diff --git a/web_app/templates/table.html b/web_app/templates/table.html
index 75cef20..2a1f84f 100644
--- a/web_app/templates/table.html
+++ b/web_app/templates/table.html
@@ -7,6 +7,9 @@
     {% endblock %}
 </head>
 <body>
+    <div>
+        {% include 'lab_header.html' %}
+    </div>
     {% block body %}
     <h1 align="center">Lab name goes here:-)</h1>
         <table class="table" width="600">