Spaces:
Running
Running
Commit
·
16a3a51
1
Parent(s):
0c43571
Update templates/index.html
Browse files- templates/index.html +1 -1
templates/index.html
CHANGED
@@ -92,7 +92,7 @@
|
|
92 |
<img id="feed" class="feed" src="{{ url_for('proxy', url=url) }}" />
|
93 |
</div>
|
94 |
<div class="info">
|
95 |
-
|
96 |
<div style="position: relative;">
|
97 |
<img id="map" src="{{ url_for('static', filename='map.png') }}" style="width: 500px; height: 300px;" />
|
98 |
<div class="dot" style="left: {{ X }}%; top: {{ Y }}%;"></div>
|
|
|
92 |
<img id="feed" class="feed" src="{{ url_for('proxy', url=url) }}" />
|
93 |
</div>
|
94 |
<div class="info">
|
95 |
+
<div class="map-div" style="position: relative; width: 500px; height: 300px; margin-bottom: 3%;">
|
96 |
<div style="position: relative;">
|
97 |
<img id="map" src="{{ url_for('static', filename='map.png') }}" style="width: 500px; height: 300px;" />
|
98 |
<div class="dot" style="left: {{ X }}%; top: {{ Y }}%;"></div>
|