Spaces:
Running
Running
Commit
·
ab7166c
1
Parent(s):
f0bb01e
Update templates/index.html
Browse files- templates/index.html +1 -4
templates/index.html
CHANGED
@@ -66,7 +66,7 @@
|
|
66 |
border-width: 1px;
|
67 |
border-color: yellow;
|
68 |
position: relative;
|
69 |
-
width:
|
70 |
height: 300px;
|
71 |
margin-bottom: 3%;
|
72 |
}
|
@@ -97,7 +97,6 @@
|
|
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 style="display: flex; flex-direction: column; align-items: flex-start;">
|
101 |
|
102 |
<div class="map-div">
|
103 |
<img id="map" src="{{ url_for('static', filename='map.png') }}" />
|
@@ -113,9 +112,7 @@
|
|
113 |
another
|
114 |
</button>
|
115 |
</a>
|
116 |
-
</div>
|
117 |
</div>
|
118 |
-
</div>
|
119 |
</div>
|
120 |
|
121 |
|
|
|
66 |
border-width: 1px;
|
67 |
border-color: yellow;
|
68 |
position: relative;
|
69 |
+
width: 40%;
|
70 |
height: 300px;
|
71 |
margin-bottom: 3%;
|
72 |
}
|
|
|
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 |
|
101 |
<div class="map-div">
|
102 |
<img id="map" src="{{ url_for('static', filename='map.png') }}" />
|
|
|
112 |
another
|
113 |
</button>
|
114 |
</a>
|
|
|
115 |
</div>
|
|
|
116 |
</div>
|
117 |
|
118 |
|