BraydenMoore commited on
Commit
c82812d
1 Parent(s): 59f61d2

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +2 -2
templates/index.html CHANGED
@@ -124,7 +124,7 @@
124
  <body style="background-color: black;">
125
  <div class="outer-container">
126
  <p style="color:rgb(83, 83, 83); font-family: 'Helvetica'; font-weight: 50;"> a random unsecured camera in</p>
127
- <h1 id="country-name" style="color:rgb(83, 83, 83); font-family: 'Helvetica'; font-weight: 50; margin-bottom: 3%;"> attempting to connect...</h1>
128
  <div class="flex-container">
129
  <img id="feed" class="feed" src="" />
130
  <div class="info">
@@ -172,7 +172,7 @@
172
  const feed = document.getElementById("feed");
173
  feed.src = "{{ url_for('static', filename='loading.gif') }}";
174
 
175
- const country = document.getElementById("country-name");
176
  country.text = "attempting to connect..."
177
 
178
  const newUrl = "{{ url }}";
 
124
  <body style="background-color: black;">
125
  <div class="outer-container">
126
  <p style="color:rgb(83, 83, 83); font-family: 'Helvetica'; font-weight: 50;"> a random unsecured camera in</p>
127
+ <h1 id="country" style="color:rgb(83, 83, 83); font-family: 'Helvetica'; font-weight: 50; margin-bottom: 3%;"> attempting to connect...</h1>
128
  <div class="flex-container">
129
  <img id="feed" class="feed" src="" />
130
  <div class="info">
 
172
  const feed = document.getElementById("feed");
173
  feed.src = "{{ url_for('static', filename='loading.gif') }}";
174
 
175
+ const country = document.getElementById("country");
176
  country.text = "attempting to connect..."
177
 
178
  const newUrl = "{{ url }}";