Spaces:
Running
Running
Commit
·
85d7da7
1
Parent(s):
194b422
Update templates/index.html
Browse files- templates/index.html +4 -2
templates/index.html
CHANGED
@@ -239,14 +239,16 @@
|
|
239 |
<p id="info-text" style="color:rgb(53, 53, 53); font-family: 'Helvetica'; font-weight: 50;">
|
240 |
|
241 |
time: <span id="time"></span><br>
|
242 |
-
|
243 |
<span id="additional-info">
|
244 |
owner: {{ owner }}<br>
|
245 |
ip: {{ ip }}<br>
|
246 |
lat, lon: {{ loc }}
|
247 |
<br>
|
248 |
</span>
|
249 |
-
|
|
|
|
|
250 |
<span class="tag">a brayden moore website<br></span>thanks for visiting
|
251 |
</p>
|
252 |
|
|
|
239 |
<p id="info-text" style="color:rgb(53, 53, 53); font-family: 'Helvetica'; font-weight: 50;">
|
240 |
|
241 |
time: <span id="time"></span><br>
|
242 |
+
|
243 |
<span id="additional-info">
|
244 |
owner: {{ owner }}<br>
|
245 |
ip: {{ ip }}<br>
|
246 |
lat, lon: {{ loc }}
|
247 |
<br>
|
248 |
</span>
|
249 |
+
|
250 |
+
<span id="show-more"><i style="color:rgb(53, 53, 53);" class="fa-solid fa-caret-down"></i></span>
|
251 |
+
|
252 |
<span class="tag">a brayden moore website<br></span>thanks for visiting
|
253 |
</p>
|
254 |
|