diff --git a/src/templates/index.html b/src/templates/index.html
index 86a148f..142cede 100644
--- a/src/templates/index.html
+++ b/src/templates/index.html
@@ -1,128 +1,138 @@
-
-
+
-
-
+
+
+ Port Scanner
+
+
+
-
-
-
-
-
-
-
+
+
+
-
-
+
+
-
-
-
-
Port Scanner
-
-
-
-
History
-
-
Last 10 scans
-
+
+
+
-
-
Timer
-
-
Time taken to fetch results
+
+
+
Port Scanner Tool
+
-
-
-
-
+
+
+
+ {% if host %}
+
Scanning remote host {{ host }} between range {{ range_low }} to {{ range_high }}:
+
+
+
+ | Port Number |
+ Status |
+
+
+
+ {% for port in portnum %}
+
+ | {{ port }} |
+ Open |
+
+ {% endfor %}
+
+
+
Scanning completed in {{ total }} time.
+ {% endif %}
+
+
+
History
+
+
Last 10 scans will appear here.
-
+
Timer
+
+
Time taken to fetch results
+
+ 00:00
+
+
-
\ No newline at end of file
+
+
+
+
+
+