diff options
| author | s1n <[email protected]> | 2019-11-04 13:38:50 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-11-04 13:38:50 -0800 |
| commit | 8fae43f6f3283f5cbb901e232e97e3362a46a599 (patch) | |
| tree | b1508bdc9e22a90385e27f47c28ab4beb29d6c60 /ip-detection | |
| parent | Update index.html (diff) | |
| download | s1n.pw-admin-8fae43f6f3283f5cbb901e232e97e3362a46a599.tar.xz s1n.pw-admin-8fae43f6f3283f5cbb901e232e97e3362a46a599.zip | |
some copypaste fixing
Diffstat (limited to 'ip-detection')
| -rw-r--r-- | ip-detection/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ip-detection/index.html b/ip-detection/index.html index dc1e61c..00530e2 100644 --- a/ip-detection/index.html +++ b/ip-detection/index.html @@ -56,8 +56,8 @@ <div class="links"> <div class="blog-slider"> <div class="content"> - <div class="result" style="text-align: center;">IP: <span id="ip"></span></div> - <div class="result" id="address" style="text-align: center;"></div> + <div style="text-align: center;">IP: <span class="result" id="ip"></span></div> + <div style="text-align: center;">Location: <span class="result" id="address"></span></div> <hr/><h3 style="text-align: center;">Full Response:</h3> <pre class="result" id="details" style="text-align: left;"></pre> <h1> |