summaryrefslogtreecommitdiff
path: root/ip.rhtml.php
diff options
context:
space:
mode:
Diffstat (limited to 'ip.rhtml.php')
-rw-r--r--ip.rhtml.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/ip.rhtml.php b/ip.rhtml.php
index 5b0a3e0..94b63fb 100644
--- a/ip.rhtml.php
+++ b/ip.rhtml.php
@@ -1,3 +1,5 @@
+<h1>Il tuo IP</h1>
+<p>
<?php
// Function to get the client IP address
function get_client_ip() {
@@ -19,4 +21,6 @@ function get_client_ip() {
return $ipaddress;
}
-echo get_client_ip(); \ No newline at end of file
+echo get_client_ip();
+?>
+</p> \ No newline at end of file