Spaces:
Running
Running
Commit
·
f0bb01e
1
Parent(s):
be3c2aa
Update templates/index.html
Browse files- templates/index.html +4 -5
templates/index.html
CHANGED
@@ -100,12 +100,11 @@
|
|
100 |
<div style="display: flex; flex-direction: column; align-items: flex-start;">
|
101 |
|
102 |
<div class="map-div">
|
103 |
-
<
|
104 |
-
|
105 |
-
|
106 |
-
<div class="pulse" style="left: {{ X }}%; top: {{ Y }}%;"></div>
|
107 |
-
</div>
|
108 |
</div>
|
|
|
109 |
<h2 style="border-bottom: 1px solid yellow; color:rgb(83, 83, 83); font-family: 'Helvetica'; font-weight: 50;">{{ name }}</h2>
|
110 |
<p style="color:rgb(83, 83, 83); font-family: 'Helvetica'; font-weight: 50;">{{ loc }} <br><br> {{ ip }} <br><br> {{ org }} <br><br> {{ time }}</p>
|
111 |
|
|
|
100 |
<div style="display: flex; flex-direction: column; align-items: flex-start;">
|
101 |
|
102 |
<div class="map-div">
|
103 |
+
<img id="map" src="{{ url_for('static', filename='map.png') }}" />
|
104 |
+
<div class="dot" style="left: {{ X }}%; top: {{ Y }}%;"></div>
|
105 |
+
<div class="pulse" style="left: {{ X }}%; top: {{ Y }}%;"></div>
|
|
|
|
|
106 |
</div>
|
107 |
+
|
108 |
<h2 style="border-bottom: 1px solid yellow; color:rgb(83, 83, 83); font-family: 'Helvetica'; font-weight: 50;">{{ name }}</h2>
|
109 |
<p style="color:rgb(83, 83, 83); font-family: 'Helvetica'; font-weight: 50;">{{ loc }} <br><br> {{ ip }} <br><br> {{ org }} <br><br> {{ time }}</p>
|
110 |
|