BraydenMoore commited on
Commit
c1a4aa9
·
verified ·
1 Parent(s): 14131a5

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +7 -4
templates/index.html CHANGED
@@ -7,6 +7,9 @@
7
  <meta property="og:image" content="{{ url_for('static', filename='searching.png') }}" />
8
  <meta property="og:url" content="https://unsecuredcamera.com" />
9
 
 
 
 
10
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css">
11
  <link rel="preload" href="{{ url_for('static', filename='eye.gif') }}" as="image">
12
  <link rel="icon" type="image/png" href="https://i.ibb.co/gvKPXJD/eye.gif">
@@ -53,7 +56,7 @@
53
  margin-top: 0px !important;
54
  border-bottom: 2px solid yellow;
55
  color:var(--text-color);
56
- font-family: 'Helvetica'; font-weight: 50;
57
  }
58
  .pulse {
59
  width: 40px;
@@ -154,7 +157,7 @@
154
  color: black;
155
  }
156
  .tag {
157
- font-family: 'Helvetica';
158
  font-weight: 50;
159
  margin: auto;
160
  color:var(--text-color);
@@ -228,7 +231,7 @@
228
 
229
 
230
  <div class="info" id="info">
231
- <h1 id="country" style="color:var(--text-color); margin-top: 10px; font-family: 'Helvetica'; font-weight: 50; margin-bottom: 10px;"> searching...</h1>
232
  <a href="{{ ip_link }}" target="_blank"> <h3 style="border-bottom: 2px solid yellow;" id="location-name">{{ page_title|safe }}</h3></a>
233
 
234
  <div style="display: flex; margin-top: 22px; margin-bottom: 0%;">
@@ -249,7 +252,7 @@
249
  <p id="copied" class="tag" style="visibility: hidden;">copied</p>
250
  </div>
251
 
252
- <p id="info-text" style="color:var(--text-color); font-family: 'Helvetica'; font-weight: 50;">
253
 
254
  time: <span id="time"></span><br>
255
 
 
7
  <meta property="og:image" content="{{ url_for('static', filename='searching.png') }}" />
8
  <meta property="og:url" content="https://unsecuredcamera.com" />
9
 
10
+ <link rel="preconnect" href="https://fonts.googleapis.com">
11
+ <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
12
+ <link href="https://fonts.googleapis.com/css2?family=Silkscreen:wght@400;700&display=swap" rel="stylesheet">
13
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css">
14
  <link rel="preload" href="{{ url_for('static', filename='eye.gif') }}" as="image">
15
  <link rel="icon" type="image/png" href="https://i.ibb.co/gvKPXJD/eye.gif">
 
56
  margin-top: 0px !important;
57
  border-bottom: 2px solid yellow;
58
  color:var(--text-color);
59
+ font-family: 'Silkscreen'; font-weight: 50;
60
  }
61
  .pulse {
62
  width: 40px;
 
157
  color: black;
158
  }
159
  .tag {
160
+ font-family: 'Silkscreen';
161
  font-weight: 50;
162
  margin: auto;
163
  color:var(--text-color);
 
231
 
232
 
233
  <div class="info" id="info">
234
+ <h1 id="country" style="color:var(--text-color); margin-top: 10px; font-family: 'Silkscreen'; font-weight: 50; margin-bottom: 10px;"> searching...</h1>
235
  <a href="{{ ip_link }}" target="_blank"> <h3 style="border-bottom: 2px solid yellow;" id="location-name">{{ page_title|safe }}</h3></a>
236
 
237
  <div style="display: flex; margin-top: 22px; margin-bottom: 0%;">
 
252
  <p id="copied" class="tag" style="visibility: hidden;">copied</p>
253
  </div>
254
 
255
+ <p id="info-text" style="color:var(--text-color); font-family: 'Silkscreen'; font-weight: 50;">
256
 
257
  time: <span id="time"></span><br>
258