Spaces:
Running
Running
Commit
·
042373d
1
Parent(s):
34502b1
Update templates/index.html
Browse files- templates/index.html +3 -3
templates/index.html
CHANGED
@@ -138,9 +138,6 @@
|
|
138 |
<p style="color:rgb(83, 83, 83); font-family: 'Helvetica'; font-weight: 50;"> a random unsecured camera in</p>
|
139 |
<h1 id="country" style="color:rgb(83, 83, 83); font-family: 'Helvetica'; font-weight: 50; margin-bottom: 3%;"> searching...</h1>
|
140 |
<div class="flex-container">
|
141 |
-
<div id="feed-div">
|
142 |
-
<img id="feed" class="feed" src="{{ url_for('static', filename='loading.gif') }}" />
|
143 |
-
</div>
|
144 |
|
145 |
<div class="info">
|
146 |
|
@@ -176,7 +173,10 @@
|
|
176 |
<p style="color:rgb(83, 83, 83); font-family: 'Helvetica'; font-weight: 50; margin-top: 3%;">
|
177 |
a brayden moore website
|
178 |
</p>
|
|
|
179 |
|
|
|
|
|
180 |
</div>
|
181 |
</div>
|
182 |
</div>
|
|
|
138 |
<p style="color:rgb(83, 83, 83); font-family: 'Helvetica'; font-weight: 50;"> a random unsecured camera in</p>
|
139 |
<h1 id="country" style="color:rgb(83, 83, 83); font-family: 'Helvetica'; font-weight: 50; margin-bottom: 3%;"> searching...</h1>
|
140 |
<div class="flex-container">
|
|
|
|
|
|
|
141 |
|
142 |
<div class="info">
|
143 |
|
|
|
173 |
<p style="color:rgb(83, 83, 83); font-family: 'Helvetica'; font-weight: 50; margin-top: 3%;">
|
174 |
a brayden moore website
|
175 |
</p>
|
176 |
+
</div>
|
177 |
|
178 |
+
<div id="feed-div">
|
179 |
+
<img id="feed" class="feed" src="{{ url_for('static', filename='loading.gif') }}" />
|
180 |
</div>
|
181 |
</div>
|
182 |
</div>
|