diff --git a/templates/ip.html b/templates/ip.html
new file mode 100644
index 0000000..3706bfe
--- /dev/null
+++ b/templates/ip.html
@@ -0,0 +1,16 @@
+
+
+
+ | Interface |
+ IP |
+
+
+
+ {% for data in getip %}
+ {% cycle '' ''%}
+ | {{data}} |
+ {% cycle '' '
' %}
+ {% endfor %}
+
+
+
diff --git a/templates/main.html b/templates/main.html
index bb57ffc..4c925c2 100644
--- a/templates/main.html
+++ b/templates/main.html
@@ -168,10 +168,8 @@
-
-
+
+ {% include 'ip.html' %}