mirror of
https://git.dn42.dev/lare/myip.dn42.git
synced 2024-10-24 03:11:33 +02:00
make ip address strong on /
This commit is contained in:
parent
69eabb70b8
commit
fa4d588b69
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
||||||
<main>
|
<main>
|
||||||
<div>
|
<div>
|
||||||
<h2>Your IP address</h2>
|
<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>
|
||||||
<div>
|
<div>
|
||||||
<h2>Remote Node</h2>
|
<h2>Remote Node</h2>
|
||||||
|
|
Loading…
Add table
Reference in a new issue