Commit
·
76e6304
1
Parent(s):
df9c1f7
Update templates/index.html
Browse files- templates/index.html +2 -2
templates/index.html
CHANGED
|
@@ -136,8 +136,8 @@
|
|
| 136 |
<p style="color:rgb(83, 83, 83); font-family: 'Helvetica'; font-weight: 50;">
|
| 137 |
<a href="{{ ip_link }}" target="_blank">ip: {{ ip }}</a> <br>
|
| 138 |
lat, lon: {{ loc }}<br>
|
| 139 |
-
{{ org }}<br>
|
| 140 |
-
{{ time }}
|
| 141 |
</p>
|
| 142 |
|
| 143 |
|
|
|
|
| 136 |
<p style="color:rgb(83, 83, 83); font-family: 'Helvetica'; font-weight: 50;">
|
| 137 |
<a href="{{ ip_link }}" target="_blank">ip: {{ ip }}</a> <br>
|
| 138 |
lat, lon: {{ loc }}<br>
|
| 139 |
+
owner: {{ org }}<br>
|
| 140 |
+
time: {{ time }}
|
| 141 |
</p>
|
| 142 |
|
| 143 |
|