Commit
·
0d33197
1
Parent(s):
a1fe957
Update templates/index.html
Browse files- templates/index.html +6 -5
templates/index.html
CHANGED
|
@@ -138,7 +138,12 @@
|
|
| 138 |
<body style="background-color: black;">
|
| 139 |
<div class="outer-container">
|
| 140 |
<div class="flex-container">
|
| 141 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 142 |
<div class="info">
|
| 143 |
<p style="color:rgb(83, 83, 83); font-family: 'Helvetica'; font-weight: 50;"> a random unsecured camera in</p>
|
| 144 |
<h1 id="country" style="color:rgb(83, 83, 83); font-family: 'Helvetica'; font-weight: 50; margin-bottom: 3%;"> searching...</h1>
|
|
@@ -176,10 +181,6 @@
|
|
| 176 |
</p>
|
| 177 |
</div>
|
| 178 |
|
| 179 |
-
<div id="feed-div">
|
| 180 |
-
<img id="feed" class="feed" src="{{ url_for('static', filename='loading.gif') }}" />
|
| 181 |
-
</div>
|
| 182 |
-
|
| 183 |
</div>
|
| 184 |
</div>
|
| 185 |
|
|
|
|
| 138 |
<body style="background-color: black;">
|
| 139 |
<div class="outer-container">
|
| 140 |
<div class="flex-container">
|
| 141 |
+
|
| 142 |
+
<div id="feed-div">
|
| 143 |
+
<img id="feed" class="feed" src="{{ url_for('static', filename='loading.gif') }}" />
|
| 144 |
+
</div>
|
| 145 |
+
|
| 146 |
+
|
| 147 |
<div class="info">
|
| 148 |
<p style="color:rgb(83, 83, 83); font-family: 'Helvetica'; font-weight: 50;"> a random unsecured camera in</p>
|
| 149 |
<h1 id="country" style="color:rgb(83, 83, 83); font-family: 'Helvetica'; font-weight: 50; margin-bottom: 3%;"> searching...</h1>
|
|
|
|
| 181 |
</p>
|
| 182 |
</div>
|
| 183 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 184 |
</div>
|
| 185 |
</div>
|
| 186 |
|