BraydenMoore commited on
Commit
ba4b0e6
·
1 Parent(s): 36d5ed0

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +10 -6
templates/index.html CHANGED
@@ -38,6 +38,9 @@
38
  h3 {
39
  margin-bottom: 0px;
40
  margin-top: 0px !important;
 
 
 
41
  }
42
  .pulse {
43
  width: 40px;
@@ -125,8 +128,9 @@
125
  transition: 0.5s ease;
126
  }
127
  a {
 
128
  text-decoration: none;
129
- color:rgb(33, 33, 33);
130
  transition: 0.5s ease;
131
  }
132
  .tag {
@@ -191,17 +195,17 @@
191
 
192
 
193
  <div class="info" id="info">
194
- <h1 id="country" style="color:rgb(33, 33, 33); margin-top: 10px; font-family: 'Helvetica'; font-weight: 50; margin-bottom: 10px;"> searching...</h1>
195
- <a href="{{ ip_link }}" target="_blank"> <h3 style="border-bottom: 2px solid yellow; color:rgb(33, 33, 33); font-family: 'Helvetica'; font-weight: 50;">{{ name }}</h3></a>
196
 
197
  <div style="display: flex; margin-top: 22px; margin-bottom: 0%;">
198
  <a href="?new=true" style="margin-right: 10px; display: inline-block;">
199
- <button class="hoverButton" style="border-radius: 5px; border: 2px solid yellow; background-color: transparent; color: rgb(83, 83, 83); padding: 10px;">
200
  another
201
  </button>
202
  </a>
203
  <a href="?new=false&id={{ id }}" id="refreshSameFeedButton" style="display: inline-block;">
204
- <button class="hoverButton" style="border-radius: 5px; border: 2px solid rgb(33, 33, 33); background-color: transparent; color: rgb(83, 83, 83); padding: 10px;">
205
  refresh
206
  </button>
207
  </a>
@@ -209,7 +213,7 @@
209
  <p id="copied" class="tag" style="visibility: hidden;">copied</p>
210
  </div>
211
 
212
- <p id="info-text" style="color:rgb(33, 33, 33); font-family: 'Helvetica'; font-weight: 50;">
213
  owner: {{ owner }}<br>
214
  ip: {{ ip }}<br>
215
  lat, lon: {{ loc }}<br>
 
38
  h3 {
39
  margin-bottom: 0px;
40
  margin-top: 0px !important;
41
+ border-bottom: 2px solid yellow;
42
+ color:rgb(53, 53, 53);
43
+ font-family: 'Helvetica'; font-weight: 50;
44
  }
45
  .pulse {
46
  width: 40px;
 
128
  transition: 0.5s ease;
129
  }
130
  a {
131
+ border-radius: 5px;
132
  text-decoration: none;
133
+ color:rgb(53, 53, 53);
134
  transition: 0.5s ease;
135
  }
136
  .tag {
 
195
 
196
 
197
  <div class="info" id="info">
198
+ <h1 id="country" style="color:rgb(53, 53, 53); margin-top: 10px; font-family: 'Helvetica'; font-weight: 50; margin-bottom: 10px;"> searching...</h1>
199
+ <a href="{{ ip_link }}" target="_blank"> <h3>{{ name }}</h3></a>
200
 
201
  <div style="display: flex; margin-top: 22px; margin-bottom: 0%;">
202
  <a href="?new=true" style="margin-right: 10px; display: inline-block;">
203
+ <button class="hoverButton" style="border-radius: 5px; border: 2px solid yellow; background-color: transparent; padding: 10px;">
204
  another
205
  </button>
206
  </a>
207
  <a href="?new=false&id={{ id }}" id="refreshSameFeedButton" style="display: inline-block;">
208
+ <button class="hoverButton" style="border-radius: 5px; border: 2px solid rgb(53, 53, 53); background-color: transparent; padding: 10px;">
209
  refresh
210
  </button>
211
  </a>
 
213
  <p id="copied" class="tag" style="visibility: hidden;">copied</p>
214
  </div>
215
 
216
+ <p id="info-text" style="color:rgb(53, 53, 53); font-family: 'Helvetica'; font-weight: 50;">
217
  owner: {{ owner }}<br>
218
  ip: {{ ip }}<br>
219
  lat, lon: {{ loc }}<br>