BraydenMoore commited on
Commit
6bff415
·
verified ·
1 Parent(s): bd475c7

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +4 -4
templates/index.html CHANGED
@@ -140,8 +140,8 @@
140
  transition 0.5s ease;
141
  }
142
  #info-text {
143
- margin-top: 10px;
144
- margin-bottom: 20px;
145
  font-size: 10pt;
146
  }
147
  a:hover {
@@ -257,7 +257,7 @@
257
  <h1 id="country" style="color:var(--text-color); margin-top: 10px; font-family: 'Andale Mono'; margin-bottom: 2px;"> searching...</h1>
258
  <a href="{{ ip_link }}" target="_blank"> <h3 id="location-name">{{ page_title|safe }}</h3></a>
259
 
260
- <div style="display: flex; margin-top: 10px; margin-bottom: 0%;">
261
 
262
  <a href="?new=true" style="margin-right: 10px; display: inline-block;">
263
  <button class="hoverButton">
@@ -287,7 +287,7 @@
287
 
288
  <br>
289
  <span id="tag">
290
- unsecured camera is made by brayden moore<br>
291
  email: <a href=mailto:[email protected]>[email protected]</a></span>
292
  </p>
293
 
 
140
  transition 0.5s ease;
141
  }
142
  #info-text {
143
+ margin-top: 15px;
144
+ margin-bottom: 0px;
145
  font-size: 10pt;
146
  }
147
  a:hover {
 
257
  <h1 id="country" style="color:var(--text-color); margin-top: 10px; font-family: 'Andale Mono'; margin-bottom: 2px;"> searching...</h1>
258
  <a href="{{ ip_link }}" target="_blank"> <h3 id="location-name">{{ page_title|safe }}</h3></a>
259
 
260
+ <div style="display: flex; margin-top: 15px; margin-bottom: 0%;">
261
 
262
  <a href="?new=true" style="margin-right: 10px; display: inline-block;">
263
  <button class="hoverButton">
 
287
 
288
  <br>
289
  <span id="tag">
290
+ made by brayden moore<br>
291
  email: <a href=mailto:[email protected]>[email protected]</a></span>
292
  </p>
293