Spaces:
Running
Running
Commit
·
ef9369f
1
Parent(s):
81d7489
Update templates/index.html
Browse files- templates/index.html +8 -8
templates/index.html
CHANGED
@@ -132,14 +132,6 @@
|
|
132 |
<div class="info">
|
133 |
|
134 |
<h3 style="border-bottom: 1px solid yellow; color:rgb(83, 83, 83); font-family: 'Helvetica'; font-weight: 50;">{{ name }}</h3>
|
135 |
-
|
136 |
-
<p style="color:rgb(83, 83, 83); font-family: 'Helvetica'; font-weight: 50;">
|
137 |
-
<a href="{{ ip_link }}" target="_blank">ip: {{ ip }}</a> <br>
|
138 |
-
lat, lon: {{ loc }}<br>
|
139 |
-
owner: {{ org }}<br>
|
140 |
-
time: {{ time }}
|
141 |
-
</p>
|
142 |
-
|
143 |
|
144 |
<div style="display: flex; margin-top: 3%;">
|
145 |
<a href="?new=true" style="margin-right: 10px; display: inline-block;">
|
@@ -154,6 +146,14 @@
|
|
154 |
</a>
|
155 |
</div>
|
156 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
157 |
<div class="map-div">
|
158 |
<img id="map" src="{{ url_for('static', filename='map_populated.png') }}" style="width: 100%; height: 100%;" />
|
159 |
<div class="dot" style="left: {{ X }}%; top: {{ Y }}%;"></div>
|
|
|
132 |
<div class="info">
|
133 |
|
134 |
<h3 style="border-bottom: 1px solid yellow; color:rgb(83, 83, 83); font-family: 'Helvetica'; font-weight: 50;">{{ name }}</h3>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
135 |
|
136 |
<div style="display: flex; margin-top: 3%;">
|
137 |
<a href="?new=true" style="margin-right: 10px; display: inline-block;">
|
|
|
146 |
</a>
|
147 |
</div>
|
148 |
|
149 |
+
<p style="color:rgb(83, 83, 83); font-family: 'Helvetica'; font-weight: 50;">
|
150 |
+
<a href="{{ ip_link }}" target="_blank">ip: {{ ip }}</a> <br>
|
151 |
+
lat, lon: {{ loc }}<br>
|
152 |
+
owner: {{ org }}<br>
|
153 |
+
time: {{ time }}
|
154 |
+
</p>
|
155 |
+
|
156 |
+
|
157 |
<div class="map-div">
|
158 |
<img id="map" src="{{ url_for('static', filename='map_populated.png') }}" style="width: 100%; height: 100%;" />
|
159 |
<div class="dot" style="left: {{ X }}%; top: {{ Y }}%;"></div>
|