BraydenMoore commited on
Commit
f20166c
·
1 Parent(s): 163719b

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +2 -2
templates/index.html CHANGED
@@ -113,8 +113,8 @@
113
 
114
  <body style="background-color: black;">
115
  <div class="outer-container">
116
- <h4 style="color:rgb(83, 83, 83); font-family: 'Helvetica'; font-weight: 50;"> a random unsecured camera in</h4>
117
- <h2 style="color:rgb(83, 83, 83); font-family: 'Helvetica'; font-weight: 50; margin-bottom: 3%;"> {{ country }}</h2>
118
  <div class="flex-container">
119
  <img id="feed" class="feed" src="{{ url_for('proxy', url=url) }}" />
120
  <div class="info">
 
113
 
114
  <body style="background-color: black;">
115
  <div class="outer-container">
116
+ <p style="color:rgb(83, 83, 83); font-family: 'Helvetica'; font-weight: 50;"> a random unsecured camera in</p>
117
+ <h1 style="color:rgb(83, 83, 83); font-family: 'Helvetica'; font-weight: 50; margin-bottom: 3%;"> {{ country }}</h1>
118
  <div class="flex-container">
119
  <img id="feed" class="feed" src="{{ url_for('proxy', url=url) }}" />
120
  <div class="info">