Spaces:
Running
Running
Commit
·
36d5ed0
1
Parent(s):
2ebacf2
Update templates/index.html
Browse files- templates/index.html +5 -5
templates/index.html
CHANGED
@@ -126,7 +126,7 @@
|
|
126 |
}
|
127 |
a {
|
128 |
text-decoration: none;
|
129 |
-
color:rgb(
|
130 |
transition: 0.5s ease;
|
131 |
}
|
132 |
.tag {
|
@@ -191,8 +191,8 @@
|
|
191 |
|
192 |
|
193 |
<div class="info" id="info">
|
194 |
-
<h1 id="country" style="color:rgb(
|
195 |
-
<a href="{{ ip_link }}" target="_blank"> <h3 style="border-bottom: 2px solid yellow; color:rgb(
|
196 |
|
197 |
<div style="display: flex; margin-top: 22px; margin-bottom: 0%;">
|
198 |
<a href="?new=true" style="margin-right: 10px; display: inline-block;">
|
@@ -201,7 +201,7 @@
|
|
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(
|
205 |
refresh
|
206 |
</button>
|
207 |
</a>
|
@@ -209,7 +209,7 @@
|
|
209 |
<p id="copied" class="tag" style="visibility: hidden;">copied</p>
|
210 |
</div>
|
211 |
|
212 |
-
<p id="info-text" style="color:rgb(
|
213 |
owner: {{ owner }}<br>
|
214 |
ip: {{ ip }}<br>
|
215 |
lat, lon: {{ loc }}<br>
|
|
|
126 |
}
|
127 |
a {
|
128 |
text-decoration: none;
|
129 |
+
color:rgb(33, 33, 33);
|
130 |
transition: 0.5s ease;
|
131 |
}
|
132 |
.tag {
|
|
|
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;">
|
|
|
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 |
<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>
|