Spaces:
Running
Running
Update templates/index.html
Browse files- templates/index.html +4 -4
templates/index.html
CHANGED
@@ -251,9 +251,9 @@
|
|
251 |
|
252 |
<div class="info" id="info">
|
253 |
<h1 id="country" style="color:var(--text-color); margin-top: 10px; font-family: 'Andale Mono'; margin-bottom: 2px;"> searching...</h1>
|
254 |
-
<a href="{{ ip_link }}" target="_blank"> <h3
|
255 |
|
256 |
-
<div style="display: flex; margin-top:
|
257 |
|
258 |
<a href="?new=true" style="margin-right: 10px; display: inline-block;">
|
259 |
<button class="hoverButton">
|
@@ -281,9 +281,9 @@
|
|
281 |
lat, lon: {{ loc }}
|
282 |
</span>
|
283 |
|
284 |
-
<span id="show-more">more <i style="margin-bottom:
|
285 |
|
286 |
-
<span class="tag"><br>by brayden moore<br></span>
|
287 |
|
288 |
</p>
|
289 |
|
|
|
251 |
|
252 |
<div class="info" id="info">
|
253 |
<h1 id="country" style="color:var(--text-color); margin-top: 10px; font-family: 'Andale Mono'; margin-bottom: 2px;"> searching...</h1>
|
254 |
+
<a href="{{ ip_link }}" target="_blank"> <h3 id="location-name">{{ page_title|safe }}</h3></a>
|
255 |
|
256 |
+
<div style="display: flex; margin-top: 12px; margin-bottom: 0%;">
|
257 |
|
258 |
<a href="?new=true" style="margin-right: 10px; display: inline-block;">
|
259 |
<button class="hoverButton">
|
|
|
281 |
lat, lon: {{ loc }}
|
282 |
</span>
|
283 |
|
284 |
+
<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>
|
285 |
|
286 |
+
<span class="tag"><br>by brayden moore<br><a href="mailto:[email protected]">[email protected]</a></span>
|
287 |
|
288 |
</p>
|
289 |
|