Spaces:
Running
Running
BraydenMoore
commited on
Commit
·
8a3a984
1
Parent(s):
caec533
Update templates/index.html
Browse files- templates/index.html +2 -2
templates/index.html
CHANGED
@@ -125,7 +125,7 @@
|
|
125 |
<img id="feed" class="feed" src="" />
|
126 |
<div class="info">
|
127 |
|
128 |
-
|
129 |
|
130 |
<div style="display: flex; margin-top: 3%; margin-bottom: 3%;">
|
131 |
<a href="?new=true" style="margin-right: 10px; display: inline-block;">
|
@@ -141,7 +141,7 @@
|
|
141 |
</div>
|
142 |
|
143 |
<p style="color:rgb(83, 83, 83); font-family: 'Helvetica'; font-weight: 50;">
|
144 |
-
|
145 |
lat, lon: {{ loc }}<br>
|
146 |
owner: {{ org }}<br>
|
147 |
time: {{ time }}
|
|
|
125 |
<img id="feed" class="feed" src="" />
|
126 |
<div class="info">
|
127 |
|
128 |
+
<a href="{{ ip_link }}" target="_blank"> <h3 style="border-bottom: 1px solid yellow; color:rgb(83, 83, 83); font-family: 'Helvetica'; font-weight: 50;">{{ name }}</h3></a>
|
129 |
|
130 |
<div style="display: flex; margin-top: 3%; margin-bottom: 3%;">
|
131 |
<a href="?new=true" style="margin-right: 10px; display: inline-block;">
|
|
|
141 |
</div>
|
142 |
|
143 |
<p style="color:rgb(83, 83, 83); font-family: 'Helvetica'; font-weight: 50;">
|
144 |
+
ip: {{ ip }}<br>
|
145 |
lat, lon: {{ loc }}<br>
|
146 |
owner: {{ org }}<br>
|
147 |
time: {{ time }}
|