BraydenMoore commited on
Commit
4c73afa
·
1 Parent(s): ab586fa

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +5 -5
templates/index.html CHANGED
@@ -136,12 +136,11 @@
136
 
137
  <body style="background-color: black;">
138
  <div class="outer-container">
139
- <p style="color:rgb(83, 83, 83); font-family: 'Helvetica'; font-weight: 50;"> a random unsecured camera in</p>
140
- <h1 id="country" style="color:rgb(83, 83, 83); font-family: 'Helvetica'; font-weight: 50; margin-bottom: 3%;"> searching...</h1>
141
- <div class="flex-container">
142
 
143
  <div class="info">
144
-
 
145
  <a href="{{ ip_link }}" target="_blank"> <h3 style="margin:0; border-bottom: 2px solid yellow; color:rgb(83, 83, 83); font-family: 'Helvetica'; font-weight: 50;">{{ name }}</h3></a>
146
 
147
  <div style="display: flex; margin-top: 6%; margin-bottom: 3%;">
@@ -176,9 +175,10 @@
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
  </div>
183
  </div>
184
 
 
136
 
137
  <body style="background-color: black;">
138
  <div class="outer-container">
139
+ <div class="flex-container">
 
 
140
 
141
  <div class="info">
142
+ <p style="color:rgb(83, 83, 83); font-family: 'Helvetica'; font-weight: 50;"> a random unsecured camera in</p>
143
+ <h1 id="country" style="color:rgb(83, 83, 83); font-family: 'Helvetica'; font-weight: 50; margin-bottom: 3%;"> searching...</h1>
144
  <a href="{{ ip_link }}" target="_blank"> <h3 style="margin:0; border-bottom: 2px solid yellow; color:rgb(83, 83, 83); font-family: 'Helvetica'; font-weight: 50;">{{ name }}</h3></a>
145
 
146
  <div style="display: flex; margin-top: 6%; margin-bottom: 3%;">
 
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
+
182
  </div>
183
  </div>
184