BraydenMoore commited on
Commit
82af6c3
·
1 Parent(s): a4a02bf

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +3 -1
templates/index.html CHANGED
@@ -124,7 +124,9 @@
124
  <p style="color:rgb(83, 83, 83); font-family: 'Helvetica'; font-weight: 50;"> a random unsecured camera in</p>
125
  <h1 style="color:rgb(83, 83, 83); font-family: 'Helvetica'; font-weight: 50; margin-bottom: 3%;"> {{ country }}</h1>
126
  <div class="flex-container">
127
- <img id="feed" class="feed" src="{{ url_for('proxy', url=url) }}" />
 
 
128
  <div class="info">
129
 
130
  <h3 style="border-bottom: 1px solid yellow; color:rgb(83, 83, 83); font-family: 'Helvetica'; font-weight: 50;">{{ name }}</h3>
 
124
  <p style="color:rgb(83, 83, 83); font-family: 'Helvetica'; font-weight: 50;"> a random unsecured camera in</p>
125
  <h1 style="color:rgb(83, 83, 83); font-family: 'Helvetica'; font-weight: 50; margin-bottom: 3%;"> {{ country }}</h1>
126
  <div class="flex-container">
127
+ <a href="?new=false" id="refreshSameFeedButton" style="display: inline-block;">
128
+ <img id="feed" class="feed" src="{{ url_for('proxy', url=url) }}" />
129
+ </a>
130
  <div class="info">
131
 
132
  <h3 style="border-bottom: 1px solid yellow; color:rgb(83, 83, 83); font-family: 'Helvetica'; font-weight: 50;">{{ name }}</h3>