Spaces:
Running
Running
Update templates/index.html
Browse files- templates/index.html +17 -16
templates/index.html
CHANGED
@@ -255,6 +255,23 @@
|
|
255 |
<h1 id="country" style="color:var(--text-color); margin-top: 10px; font-family: 'Andale Mono'; margin-bottom: 2px;"> searching...</h1>
|
256 |
<a href="{{ ip_link }}" target="_blank"> <h3 id="location-name">{{ page_title|safe }}</h3></a>
|
257 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
258 |
<div style="display: flex; margin-top: 12px; margin-bottom: 0%;">
|
259 |
|
260 |
<a href="?new=true" style="margin-right: 10px; display: inline-block;">
|
@@ -272,22 +289,6 @@
|
|
272 |
<i id="share" class="fa-solid fa-link" data-id="{{ id }}"></i>
|
273 |
<p id="copied" class="tag" style="visibility: hidden;">copied</p>
|
274 |
</div>
|
275 |
-
|
276 |
-
<p id="info-text" style="color:var(--text-color); font-family: 'Andale Mono';">
|
277 |
-
|
278 |
-
time: <span id="time"></span><br>
|
279 |
-
|
280 |
-
<span id="additional-info">
|
281 |
-
owner: {{ owner }}<br>
|
282 |
-
ip: {{ ip }}<br>
|
283 |
-
lat, lon: {{ loc }}
|
284 |
-
</span>
|
285 |
-
|
286 |
-
<span id="show-more">more <i style="margin-bottom:10px; color:var(--text-color);" id="more-button" class="fa-solid fa-caret-down"></i></span>
|
287 |
-
|
288 |
-
<span class="tag"><br>made by brayden moore<br></span>
|
289 |
-
|
290 |
-
</p>
|
291 |
|
292 |
|
293 |
<!--
|
|
|
255 |
<h1 id="country" style="color:var(--text-color); margin-top: 10px; font-family: 'Andale Mono'; margin-bottom: 2px;"> searching...</h1>
|
256 |
<a href="{{ ip_link }}" target="_blank"> <h3 id="location-name">{{ page_title|safe }}</h3></a>
|
257 |
|
258 |
+
|
259 |
+
<p id="info-text" style="color:var(--text-color); font-family: 'Andale Mono';">
|
260 |
+
|
261 |
+
time: <span id="time"></span><br>
|
262 |
+
|
263 |
+
<span id="additional-info">
|
264 |
+
owner: {{ owner }}<br>
|
265 |
+
ip: {{ ip }}<br>
|
266 |
+
lat, lon: {{ loc }}
|
267 |
+
</span>
|
268 |
+
|
269 |
+
<span id="show-more">more <i style="margin-bottom:10px; color:var(--text-color);" id="more-button" class="fa-solid fa-caret-down"></i></span>
|
270 |
+
|
271 |
+
<span class="tag"><br>made by brayden moore<br></span>
|
272 |
+
|
273 |
+
</p>
|
274 |
+
|
275 |
<div style="display: flex; margin-top: 12px; margin-bottom: 0%;">
|
276 |
|
277 |
<a href="?new=true" style="margin-right: 10px; display: inline-block;">
|
|
|
289 |
<i id="share" class="fa-solid fa-link" data-id="{{ id }}"></i>
|
290 |
<p id="copied" class="tag" style="visibility: hidden;">copied</p>
|
291 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
292 |
|
293 |
|
294 |
<!--
|