Spaces:
Running
Running
Commit
·
61219ad
1
Parent(s):
72e159c
Update templates/index.html
Browse files- templates/index.html +3 -0
templates/index.html
CHANGED
@@ -223,10 +223,13 @@
|
|
223 |
</div>
|
224 |
|
225 |
<p id="info-text" style="color:rgb(53, 53, 53); font-family: 'Helvetica'; font-weight: 50;">
|
|
|
|
|
226 |
owner: {{ owner }}<br>
|
227 |
ip: {{ ip }}<br>
|
228 |
lat, lon: {{ loc }}<br>
|
229 |
time: <span id="time"></span><br><br>
|
|
|
230 |
|
231 |
<span class="tag">a brayden moore website<br></span>thanks for visiting
|
232 |
</p>
|
|
|
223 |
</div>
|
224 |
|
225 |
<p id="info-text" style="color:rgb(53, 53, 53); font-family: 'Helvetica'; font-weight: 50;">
|
226 |
+
|
227 |
+
<span id="additional-info">
|
228 |
owner: {{ owner }}<br>
|
229 |
ip: {{ ip }}<br>
|
230 |
lat, lon: {{ loc }}<br>
|
231 |
time: <span id="time"></span><br><br>
|
232 |
+
</span>
|
233 |
|
234 |
<span class="tag">a brayden moore website<br></span>thanks for visiting
|
235 |
</p>
|