implemented ip from backend
This commit is contained in:
+4
-6
@@ -15,12 +15,10 @@
|
||||
WHO R U?
|
||||
</h1>
|
||||
<div class="container">
|
||||
<div class="info"><h2>IP Address:</h2><p id="ip">Loading...</p></div>
|
||||
<div class="info"><h2>Country:</h2><p id="country">Loading...</p></div>
|
||||
<div class="info"><h2>City:</h2><p id="city">Loading...</p></div>
|
||||
<div class="info"><h2>Region:</h2><p id="region">Loading...</p></div>
|
||||
<div class="info"><h2>Internet Provider:</h2><p id="isp">Loading...</p></div>
|
||||
<div class="info"><h2>IP Address:</h2><p>{{.IP}}</p></div>
|
||||
<div class="info"><h2>Country:</h2><p>{{.Country}}</p></div>
|
||||
<div class="info"><h2>Continent:</h2><p>{{.Continent}}</p></div>
|
||||
<div class="info"><h2>Internet Provider:</h2><p>{{.AsName}}</p></div>
|
||||
</div>
|
||||
<script src="/static/scripts.js" defer></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user