Commit
·
2ecdfa1
1
Parent(s):
eeb1bef
Update templates/index.html
Browse files- templates/index.html +3 -1
templates/index.html
CHANGED
|
@@ -155,6 +155,7 @@
|
|
| 155 |
}
|
| 156 |
#additional-info {
|
| 157 |
display: none;
|
|
|
|
| 158 |
}
|
| 159 |
|
| 160 |
|
|
@@ -227,10 +228,11 @@
|
|
| 227 |
</div>
|
| 228 |
|
| 229 |
<p id="info-text" style="color:rgb(53, 53, 53); font-family: 'Helvetica'; font-weight: 50;">
|
| 230 |
-
|
| 231 |
time: <span id="time"></span><br>
|
| 232 |
<span id="show-more">...<br><br></span>
|
| 233 |
<span id="additional-info">
|
|
|
|
| 234 |
ip: {{ ip }}<br>
|
| 235 |
lat, lon: {{ loc }}
|
| 236 |
<br><br>
|
|
|
|
| 155 |
}
|
| 156 |
#additional-info {
|
| 157 |
display: none;
|
| 158 |
+
transition: 0.3s ease;
|
| 159 |
}
|
| 160 |
|
| 161 |
|
|
|
|
| 228 |
</div>
|
| 229 |
|
| 230 |
<p id="info-text" style="color:rgb(53, 53, 53); font-family: 'Helvetica'; font-weight: 50;">
|
| 231 |
+
|
| 232 |
time: <span id="time"></span><br>
|
| 233 |
<span id="show-more">...<br><br></span>
|
| 234 |
<span id="additional-info">
|
| 235 |
+
owner: {{ owner }}<br>
|
| 236 |
ip: {{ ip }}<br>
|
| 237 |
lat, lon: {{ loc }}
|
| 238 |
<br><br>
|