Spaces:
Running
Running
Update templates/index.html
Browse files- templates/index.html +2 -2
templates/index.html
CHANGED
@@ -235,7 +235,7 @@
|
|
235 |
|
236 |
|
237 |
<div class="info" id="info">
|
238 |
-
<h1 id="country" style="color:var(--text-color); margin-top: 10px; font-family:
|
239 |
<a href="{{ ip_link }}" target="_blank"> <h3 style="border-bottom: 1px solid yellow;" id="location-name">{{ page_title|safe }}</h3></a>
|
240 |
|
241 |
<div style="display: flex; margin-top: 22px; margin-bottom: 0%;">
|
@@ -256,7 +256,7 @@
|
|
256 |
<p id="copied" class="tag" style="visibility: hidden;">copied</p>
|
257 |
</div>
|
258 |
|
259 |
-
<p id="info-text" style="color:var(--text-color); font-family:
|
260 |
|
261 |
time: <span id="time"></span><br>
|
262 |
|
|
|
235 |
|
236 |
|
237 |
<div class="info" id="info">
|
238 |
+
<h1 id="country" style="color:var(--text-color); margin-top: 10px; font-family: 'Andale Mono'; margin-bottom: 10px;"> searching...</h1>
|
239 |
<a href="{{ ip_link }}" target="_blank"> <h3 style="border-bottom: 1px solid yellow;" id="location-name">{{ page_title|safe }}</h3></a>
|
240 |
|
241 |
<div style="display: flex; margin-top: 22px; margin-bottom: 0%;">
|
|
|
256 |
<p id="copied" class="tag" style="visibility: hidden;">copied</p>
|
257 |
</div>
|
258 |
|
259 |
+
<p id="info-text" style="color:var(--text-color); font-family: 'Andale Mono';">
|
260 |
|
261 |
time: <span id="time"></span><br>
|
262 |
|