Spaces:
Running
Running
Update templates/index.html
Browse files- templates/index.html +9 -6
templates/index.html
CHANGED
@@ -132,7 +132,7 @@
|
|
132 |
display: flex;
|
133 |
flex-direction: column;
|
134 |
align-items: flex-start;
|
135 |
-
width:
|
136 |
transition 0.3s ease;
|
137 |
}
|
138 |
@font-face {font-family: "Andale Mono";src: url("static/andalemono.ttf") format("truetype");}
|
@@ -276,17 +276,20 @@
|
|
276 |
</div>
|
277 |
|
278 |
<p id="info-text" style="color:var(--text-color); font-family: 'Andale Mono';">
|
279 |
-
|
280 |
-
unsecured camera is made<br>
|
281 |
-
by brayden moore<br>
|
282 |
-
<a href=mailto:[email protected]>bmo@scudhousecom</a></span><br><br>
|
283 |
time: <span id="time"></span><br>
|
284 |
|
285 |
<span id="additional-info">
|
286 |
owner: {{ owner }}<br>
|
287 |
ip: {{ ip }}<br>
|
288 |
lat, lon: {{ loc }}
|
289 |
-
<!--</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
|
|
|
|
|
|
|
|
|
|
|
|
|
290 |
</p>
|
291 |
|
292 |
|
|
|
132 |
display: flex;
|
133 |
flex-direction: column;
|
134 |
align-items: flex-start;
|
135 |
+
width: auto;
|
136 |
transition 0.3s ease;
|
137 |
}
|
138 |
@font-face {font-family: "Andale Mono";src: url("static/andalemono.ttf") format("truetype");}
|
|
|
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">
|
283 |
owner: {{ owner }}<br>
|
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 |
+
<br><br>
|
289 |
+
<span id="tag">
|
290 |
+
unsecured camera is made<br>
|
291 |
+
by brayden moore<br>
|
292 |
+
email: <a href=mailto:[email protected]>[email protected]</a></span>
|
293 |
</p>
|
294 |
|
295 |
|