BraydenMoore commited on
Commit
21f226b
·
verified ·
1 Parent(s): 2a77efc

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +16 -17
templates/index.html CHANGED
@@ -255,23 +255,6 @@
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,6 +272,22 @@
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
  <!--
 
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
  <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
  <!--