BraydenMoore commited on
Commit
f57c0c1
·
verified ·
1 Parent(s): 276a19d

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +1 -3
templates/index.html CHANGED
@@ -276,7 +276,7 @@
276
  </div>
277
 
278
  <p id="info-text" style="color:var(--text-color); font-family: 'Andale Mono';">
279
-
280
  time: <span id="time"></span><br>
281
 
282
  <span id="additional-info">
@@ -284,8 +284,6 @@
284
  ip: {{ ip }}<br>
285
  lat, lon: {{ loc }}
286
  </span><span id="show-more">more <i style="margin-bottom:5px; color:var(--text-color);" id="more-button" class="fa-solid fa-caret-down"></i></span>
287
- <br>
288
- <span id="tag">made by brayden moore</span>
289
  </p>
290
 
291
 
 
276
  </div>
277
 
278
  <p id="info-text" style="color:var(--text-color); font-family: 'Andale Mono';">
279
+ <span id="tag">made by brayden moore</span>
280
  time: <span id="time"></span><br>
281
 
282
  <span id="additional-info">
 
284
  ip: {{ ip }}<br>
285
  lat, lon: {{ loc }}
286
  </span><span id="show-more">more <i style="margin-bottom:5px; color:var(--text-color);" id="more-button" class="fa-solid fa-caret-down"></i></span>
 
 
287
  </p>
288
 
289