summaryrefslogtreecommitdiff
path: root/ip-detection/index.html
blob: c33561559088d53e9ad6a0dfe75cd9c25cee2e3e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<html lang="en">

    <head>
        <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 - IP Detection</title>
        <!-- CSS Links -->
        <!-- External Libraries -->
        <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
        <!-- Invisible Script Links -->
    </head>

    <body>
        <!-- Visable Script Links -->
        <script src="/ip-detection/js/main.js"></script>

        <h3>Client side IP geolocation using <a href="http://ipinfo.io">ipinfo.io</a></h3>
        
        <hr />
        <div id="ip"></div>
        <div id="address"></div>
        <hr />Full response:
        <pre id="details"></pre>
    </body>

</html>