mirror of
https://git.dn42.dev/lare/myip.dn42.git
synced 2024-10-24 03:11:33 +02:00
Merge pull request 'make ip address strong on /' (#5) from mark22k/myip.dn42:master into master
Reviewed-on: https://git.dn42.dev/lare/myip.dn42/pulls/5
This commit is contained in:
commit
f042f5e5f7
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
<main>
|
||||
<div>
|
||||
<h2>Your IP address</h2>
|
||||
Your IP address is <?= $_SERVER['REMOTE_ADDR'] ?>.<br>
|
||||
Your IP address is <strong><?= $_SERVER['REMOTE_ADDR'] ?></strong>.<br>
|
||||
</div>
|
||||
<div>
|
||||
<h2>Remote Node</h2>
|
||||
|
|
Loading…
Add table
Reference in a new issue