BraydenMoore commited on
Commit
916b108
·
1 Parent(s): ba4374b

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +1 -1
templates/index.html CHANGED
@@ -96,7 +96,7 @@
96
  <div class="outer-container">
97
  <h1 style="color:rgb(83, 83, 83); font-family: 'Helvetica'; font-weight: 50; margin-bottom: 3%;"> a random unsecured camera</h1>
98
  <div class="flex-container">
99
- <img id="feed" class="feed" src="{{ url_for('proxy', url=url) }}" style="width: 800px; height: 600px;" />
100
  <div class="info" style="display: flex; flex-direction: column; align-items: flex-start;">
101
 
102
  <div class="map-div" style="position: relative; width: 500px; height: 300px; margin-bottom: 3%;">
 
96
  <div class="outer-container">
97
  <h1 style="color:rgb(83, 83, 83); font-family: 'Helvetica'; font-weight: 50; margin-bottom: 3%;"> a random unsecured camera</h1>
98
  <div class="flex-container">
99
+ <img id="feed" class="feed" src="{{ url_for('proxy', url=url) }}" />
100
  <div class="info" style="display: flex; flex-direction: column; align-items: flex-start;">
101
 
102
  <div class="map-div" style="position: relative; width: 500px; height: 300px; margin-bottom: 3%;">