diff options
| author | s1n <[email protected]> | 2019-11-04 13:33:02 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-11-04 13:33:02 -0800 |
| commit | 706cc7fd98875e1952b59ced2af76990bd05f1ef (patch) | |
| tree | 361e88952c4d47c4233d5eac5b7d30fbc435abfc /ip-detection | |
| parent | Update main.js (diff) | |
| download | s1n.pw-admin-706cc7fd98875e1952b59ced2af76990bd05f1ef.tar.xz s1n.pw-admin-706cc7fd98875e1952b59ced2af76990bd05f1ef.zip | |
Update index.html
Diffstat (limited to 'ip-detection')
| -rw-r--r-- | ip-detection/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ip-detection/index.html b/ip-detection/index.html index d4d5fbd..dc1e61c 100644 --- a/ip-detection/index.html +++ b/ip-detection/index.html @@ -56,7 +56,7 @@ <div class="links"> <div class="blog-slider"> <div class="content"> - <div class="result" id="ip" style="text-align: center;"></div> + <div class="result" style="text-align: center;">IP: <span id="ip"></span></div> <div class="result" id="address" style="text-align: center;"></div> <hr/><h3 style="text-align: center;">Full Response:</h3> <pre class="result" id="details" style="text-align: left;"></pre> |