BraydenMoore commited on
Commit
7211e4b
1 Parent(s): 6385e9e

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +2 -2
templates/index.html CHANGED
@@ -85,12 +85,12 @@
85
  <div class="outer-container">
86
  <h1 style="color:rgb(83, 83, 83); font-family: 'Helvetica'; font-weight: 50; margin-bottom: 3%;"> a random unsecured camera</h1>
87
  <div class="flex-container">
88
- <img id="feed" class="feed" src="{{ url_for('proxy', url=url) }}" style="width: 50%; height: 5 00px;" />
89
  <div style="display: flex; flex-direction: column; align-items: flex-start;">
90
 
91
  <div class="map-div" style="position: relative; width: 90%; height: 300px; margin-bottom: 3%;">
92
  <div style="position: relative;">
93
- <img id="map" src="{{ url_for('static', filename='map.png') }}" style="width: 90%; height: 300px;" />
94
  <div class="dot" style="left: {{ X }}%; top: {{ Y }}%;"></div>
95
  <div class="pulse" style="left: {{ X }}%; top: {{ Y }}%;"></div>
96
  </div>
 
85
  <div class="outer-container">
86
  <h1 style="color:rgb(83, 83, 83); font-family: 'Helvetica'; font-weight: 50; margin-bottom: 3%;"> a random unsecured camera</h1>
87
  <div class="flex-container">
88
+ <img id="feed" class="feed" src="{{ url_for('proxy', url=url) }}" style="width: 50%; height: 500px;" />
89
  <div style="display: flex; flex-direction: column; align-items: flex-start;">
90
 
91
  <div class="map-div" style="position: relative; width: 90%; height: 300px; margin-bottom: 3%;">
92
  <div style="position: relative;">
93
+ <img id="map" src="{{ url_for('static', filename='map.png') }}" style="width: 100%; height: 100%;" />
94
  <div class="dot" style="left: {{ X }}%; top: {{ Y }}%;"></div>
95
  <div class="pulse" style="left: {{ X }}%; top: {{ Y }}%;"></div>
96
  </div>