BraydenMoore commited on
Commit
e452b80
·
verified ·
1 Parent(s): 6333b6e

Update templates/index.html

Browse files
Files changed (1) hide show
  1. 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: monospace; font-weight: 50; 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,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: monospace; font-weight: 50;">
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