Spaces:
Running
Running
Commit
·
6c5ca18
1
Parent(s):
6509820
Update templates/index.html
Browse files- templates/index.html +1 -1
templates/index.html
CHANGED
@@ -77,7 +77,7 @@
|
|
77 |
<div class="outer-container">
|
78 |
<h1 style="color:rgb(83, 83, 83); font-family: 'Helvetica'; font-weight: 50; margin-bottom: 3%;"> a random unsecured camera</h1>
|
79 |
<div class="flex-container">
|
80 |
-
<img id="feed" class="feed" src="{{ url }}" style="width: 800px; height: 600px;" />
|
81 |
<div style="display: flex; flex-direction: column; align-items: flex-start;">
|
82 |
|
83 |
<div class="map-div" style="position: relative; width: 500px; height: 300px; margin-bottom: 3%;">
|
|
|
77 |
<div class="outer-container">
|
78 |
<h1 style="color:rgb(83, 83, 83); font-family: 'Helvetica'; font-weight: 50; margin-bottom: 3%;"> a random unsecured camera</h1>
|
79 |
<div class="flex-container">
|
80 |
+
<img id="feed" class="feed" src="{{ url_for('proxy', url=url) }}" style="width: 800px; height: 600px;" />
|
81 |
<div style="display: flex; flex-direction: column; align-items: flex-start;">
|
82 |
|
83 |
<div class="map-div" style="position: relative; width: 500px; height: 300px; margin-bottom: 3%;">
|