BraydenMoore commited on
Commit
da03cdb
·
1 Parent(s): 3f1f6d5

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +2 -2
templates/index.html CHANGED
@@ -2,7 +2,7 @@
2
  <html>
3
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
4
  <head>
5
- <title>a random unsecured security camera</title>
6
  <style>
7
  body {
8
  justify-content: left;
@@ -131,7 +131,7 @@
131
  </a>
132
 
133
  <div class="map-div">
134
- <img id="map" src="{{ url_for('static', filename='map.png') }}" style="width: 100%; height: 100%;" />
135
  <div class="dot" style="left: {{ X }}%; top: {{ Y }}%;"></div>
136
  <div class="pulse" style="left: {{ X }}%; top: {{ Y }}%;"></div>
137
  </div>
 
2
  <html>
3
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
4
  <head>
5
+ <title>a random unsecured camera</title>
6
  <style>
7
  body {
8
  justify-content: left;
 
131
  </a>
132
 
133
  <div class="map-div">
134
+ <img id="map" src="{{ url_for('static', filename='map_populated.png') }}" style="width: 100%; height: 100%;" />
135
  <div class="dot" style="left: {{ X }}%; top: {{ Y }}%;"></div>
136
  <div class="pulse" style="left: {{ X }}%; top: {{ Y }}%;"></div>
137
  </div>