BraydenMoore commited on
Commit
4f299cc
·
1 Parent(s): 0d33197

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +4 -4
templates/index.html CHANGED
@@ -8,11 +8,12 @@
8
  <title>a random unsecured camera</title>
9
  <style>
10
  body {
11
- justify-content: left;
12
  background-color: black;
13
  padding-top: 2%;
14
- margin-left: 5vw;
15
- margin-top: 5vh;
 
16
  }
17
  .pulse {
18
  width: 40px;
@@ -145,7 +146,6 @@
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>
150
  <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>
151
 
 
8
  <title>a random unsecured camera</title>
9
  <style>
10
  body {
11
+ justify-content: center;
12
  background-color: black;
13
  padding-top: 2%;
14
+ display: flex;
15
+ align-items:center;
16
+ height: 90vh;
17
  }
18
  .pulse {
19
  width: 40px;
 
146
 
147
 
148
  <div class="info">
 
149
  <h1 id="country" style="color:rgb(83, 83, 83); font-family: 'Helvetica'; font-weight: 50; margin-bottom: 3%;"> searching...</h1>
150
  <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>
151