Spaces:
Running
Running
Commit
·
f4f97f3
1
Parent(s):
21f2f30
Update templates/index.html
Browse files- templates/index.html +1 -1
templates/index.html
CHANGED
@@ -152,7 +152,7 @@
|
|
152 |
</div>
|
153 |
|
154 |
<p style="color:rgb(83, 83, 83); font-family: 'Helvetica'; font-weight: 50;">
|
155 |
-
<a href="{{ ip_link }}" target="_blank">
|
156 |
lat, lon: {{ loc }}<br>
|
157 |
owner: {{ org }}<br>
|
158 |
time: {{ time }}
|
|
|
152 |
</div>
|
153 |
|
154 |
<p style="color:rgb(83, 83, 83); font-family: 'Helvetica'; font-weight: 50;">
|
155 |
+
<a href="{{ ip_link }}" target="_blank">raw data: {{ ip }}</a> <br>
|
156 |
lat, lon: {{ loc }}<br>
|
157 |
owner: {{ org }}<br>
|
158 |
time: {{ time }}
|