diff options
| author | s1n <[email protected]> | 2019-10-03 14:41:19 -0700 |
|---|---|---|
| committer | s1n <[email protected]> | 2019-10-03 14:41:19 -0700 |
| commit | bec4d4b99f30fc1d983cff907b57f6c4b008a392 (patch) | |
| tree | 5b399bc284f44e428b1ccc758b8c849eb6253f28 /ip-detection/index.html | |
| parent | add halloween egg (diff) | |
| parent | add config location console logging (diff) | |
| download | s1n.pw-admin-bec4d4b99f30fc1d983cff907b57f6c4b008a392.tar.xz s1n.pw-admin-bec4d4b99f30fc1d983cff907b57f6c4b008a392.zip | |
Merge branch 'master' of https://github.com/8cy/about-me
Diffstat (limited to 'ip-detection/index.html')
| -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 a8b573b..c335615 100644 --- a/ip-detection/index.html +++ b/ip-detection/index.html @@ -5,7 +5,7 @@ <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> - <title>s1nical - :)</title> + <title>s1nical - IP Detection</title> <!-- CSS Links --> <!-- External Libraries --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> @@ -25,4 +25,4 @@ <pre id="details"></pre> </body> -</html>
\ No newline at end of file +</html> |