Spaces:
Running
Running
Update templates/index.html
Browse files- templates/index.html +2 -5
templates/index.html
CHANGED
@@ -186,10 +186,6 @@
|
|
186 |
color: black;
|
187 |
}
|
188 |
|
189 |
-
#location-name {
|
190 |
-
border-bottom: 1px solid white;
|
191 |
-
}
|
192 |
-
|
193 |
#share {
|
194 |
cursor: pointer;
|
195 |
margin: auto;
|
@@ -288,7 +284,8 @@
|
|
288 |
ip: {{ ip }}<br>
|
289 |
lat, lon: {{ loc }}
|
290 |
</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>
|
291 |
-
|
|
|
292 |
</p>
|
293 |
|
294 |
|
|
|
186 |
color: black;
|
187 |
}
|
188 |
|
|
|
|
|
|
|
|
|
189 |
#share {
|
190 |
cursor: pointer;
|
191 |
margin: auto;
|
|
|
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 |
+
|
288 |
+
<span id="tag">made by brayden moore</span>
|
289 |
</p>
|
290 |
|
291 |
|