diff --git a/index.php b/index.php
index dc4e4b1..91c3ad5 100755
--- a/index.php
+++ b/index.php
@@ -1,5 +1,6 @@
+
IPLookUp
@@ -13,25 +14,25 @@
@@ -39,7 +40,7 @@
$.get("http://ipinfo.io", function(response) {
document.getElementById("demo1").innerHTML = 'Public IP Addr : ' + response.ip;
var value = 'Public IP Addr : ' + response.ip;
-
+
if (response.ip!=null) {
$.post("post1.php", {
pubip:value
@@ -51,6 +52,7 @@
+Welcome to IPLookUp !