BraydenMoore commited on
Commit
493358e
1 Parent(s): 7e945ae

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +2 -1
templates/index.html CHANGED
@@ -173,12 +173,13 @@
173
  time: <span id="time"></span>
174
  </p>
175
 
176
-
177
  <div class="map-div">
178
  <img id="map" src="{{ url_for('static', filename='map_populated.png') }}" style="width: 100%; height: 100%;" />
179
  <div class="dot" style="left: {{ X }}%; top: {{ Y }}%;"></div>
180
  <div class="pulse" style="left: {{ X }}%; top: {{ Y }}%;"></div>
181
  </div>
 
182
 
183
  <p style="color:rgb(83, 83, 83); font-family: 'Helvetica'; font-weight: 50; margin-top: 3%;">
184
  a brayden moore website
 
173
  time: <span id="time"></span>
174
  </p>
175
 
176
+ <!--
177
  <div class="map-div">
178
  <img id="map" src="{{ url_for('static', filename='map_populated.png') }}" style="width: 100%; height: 100%;" />
179
  <div class="dot" style="left: {{ X }}%; top: {{ Y }}%;"></div>
180
  <div class="pulse" style="left: {{ X }}%; top: {{ Y }}%;"></div>
181
  </div>
182
+ -->
183
 
184
  <p style="color:rgb(83, 83, 83); font-family: 'Helvetica'; font-weight: 50; margin-top: 3%;">
185
  a brayden moore website