Spaces:
Running
Running
Commit
·
27e0fd9
1
Parent(s):
c39f63a
Update templates/index.html
Browse files- templates/index.html +1 -1
templates/index.html
CHANGED
@@ -84,7 +84,7 @@
|
|
84 |
<div class="outer-container">
|
85 |
<h1 style="color:rgb(83, 83, 83); font-family: 'Helvetica'; font-weight: 50; margin-bottom: 3%;"> a random unsecured camera</h1>
|
86 |
<div class="flex-container">
|
87 |
-
<img id="feed" class="feed" src="{{ url_for('proxy', url=url) }}" style="width: 50%; height:
|
88 |
<div style="display: flex; flex-direction: column; align-items: flex-start;">
|
89 |
|
90 |
<div class="map-div" style="position: relative; width: 90%; height: 300px; margin-bottom: 3%;">
|
|
|
84 |
<div class="outer-container">
|
85 |
<h1 style="color:rgb(83, 83, 83); font-family: 'Helvetica'; font-weight: 50; margin-bottom: 3%;"> a random unsecured camera</h1>
|
86 |
<div class="flex-container">
|
87 |
+
<img id="feed" class="feed" src="{{ url_for('proxy', url=url) }}" style="width: 50%; height: 5 00px;" />
|
88 |
<div style="display: flex; flex-direction: column; align-items: flex-start;">
|
89 |
|
90 |
<div class="map-div" style="position: relative; width: 90%; height: 300px; margin-bottom: 3%;">
|