implemented ip from backend

This commit is contained in:
Acid
2026-05-21 17:56:02 -04:00
parent 4f5106a824
commit 709ba501d3
7 changed files with 66 additions and 45 deletions
+4 -6
View File
@@ -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>