make ip address strong on /

This commit is contained in:
Marek Küthe 2022-09-14 21:28:49 +02:00
parent 69eabb70b8
commit fa4d588b69

View file

@ -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>